Ver código fonte

add smooth scrolling

godalming123 2 anos atrás
pai
commit
f28567ecb6
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      index.md

+ 6
- 0
index.md Ver arquivo

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