Procházet zdrojové kódy

add smooth scrolling

godalming123 před 2 roky
rodič
revize
f28567ecb6
No account linked to committer's email
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6
    0
      index.md

+ 6
- 0
index.md Zobrazit soubor

@@ -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