ソースを参照

add smooth scrolling

godalming123 2 年 前
コミット
f28567ecb6
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6
    0
      index.md

+ 6
- 0
index.md ファイルの表示

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