Parcourir la source

add smooth scrolling

godalming123 il y a 1 an
Parent
révision
f28567ecb6
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      index.md

+ 6
- 0
index.md Voir le fichier

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