Quellcode durchsuchen

add smooth scrolling

godalming123 vor 2 Jahren
Ursprung
Commit
f28567ecb6
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6
    0
      index.md

+ 6
- 0
index.md Datei anzeigen

@@ -1,3 +1,9 @@
1
+<style>
2
+  html {
3
+    scroll-behavior: smooth; /* smooth scrolling */
4
+  }
5
+</style>
6
+
1 7
 Light - A program to control backlights (and other hardware lights) in GNU/Linux
2 8
 ==================================================
3 9