summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-15 14:33:29 +0200
committerGitHub <noreply@github.com>2026-02-15 14:33:29 +0200
commitec8a4565468e8153b72bb3a56a4a069d8f60f9a6 (patch)
treeec5538fdfd77c112a9bf54754e0887ba6c35d9bf
parent3eda167db726d5296c861b1fbee01e4e93dd5bd2 (diff)
downloadjournal.lunar.sh-ec8a4565468e8153b72bb3a56a4a069d8f60f9a6.tar.gz
journal.lunar.sh-ec8a4565468e8153b72bb3a56a4a069d8f60f9a6.zip
Update style.scss
-rw-r--r--style.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.scss b/style.scss
index ec09384..3f8fe99 100644
--- a/style.scss
+++ b/style.scss
@@ -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 {