| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,9 +67,16 @@ h5 :target { | |||
| 67 | 67 | } | |
| 68 | 68 | ||
| 69 | 69 | /*--------------------- Layout and Typography ----------------------------*/ | |
| 70 | + @media (prefers-reduced-motion: no-preference) { | ||
| 71 | + html { | ||
| 72 | + scroll-behavior: smooth; | ||
| 73 | + } | ||
| 74 | + } | ||
| 75 | + | ||
| 70 | 76 | html { | |
| 71 | 77 | font-size: 1rem; | |
| 72 | 78 | overflow-wrap: break-word; | |
| 79 | + scroll-padding-top: 50vh; | ||
| 73 | 80 | -webkit-font-smoothing: antialiased; | |
| 74 | 81 | -moz-osx-font-smoothing: grayscale; | |
| 75 | 82 | -webkit-font-variant-ligatures: none; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments