diff options
| author | dmlunar <root@lunar.sh> | 2026-02-15 14:33:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-15 14:33:29 +0200 |
| commit | ec8a4565468e8153b72bb3a56a4a069d8f60f9a6 (patch) | |
| tree | ec5538fdfd77c112a9bf54754e0887ba6c35d9bf | |
| parent | 3eda167db726d5296c861b1fbee01e4e93dd5bd2 (diff) | |
| download | journal.lunar.sh-ec8a4565468e8153b72bb3a56a4a069d8f60f9a6.tar.gz journal.lunar.sh-ec8a4565468e8153b72bb3a56a4a069d8f60f9a6.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,10 +29,10 @@ html { } ::-webkit-scrollbar { - background-color: #e5e5e5; + background-color: #000; color: #a3a3a3; - width: 7px; - height: 7px; + width: 8px; + height: 8px; } ::-webkit-scrollbar-corner { @@ -40,7 +40,7 @@ html { } ::-webkit-scrollbar-thumb { - background-color: #949494; + background-color: #717171; } body { |
