summaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2026-02-11 21:55:39 +0700
committerGravatar GitHub <noreply@github.com> 2026-02-11 21:55:39 +0700
commit56d333f3501cfc8e5725784e29ea917d347f37d8 (patch)
tree04ad68b6ccccd23107c2154b6d92bf0f95401be2
parent79411e6e70462e4e8749af528c297cac2ad18001 (diff)
parent90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6 (diff)
downloadweb-56d333f3501cfc8e5725784e29ea917d347f37d8.tar.gz
web-56d333f3501cfc8e5725784e29ea917d347f37d8.zip
v0.12.2 (#23)v0.12.2
* feat: color scrollbar according to theme
-rw-r--r--static/input.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css
index a4f95fa..40082c8 100644
--- a/static/input.css
+++ b/static/input.css
@@ -21,6 +21,11 @@ html {
--split-right-position: left;
}
+body {
+ scrollbar-width: thin;
+ scrollbar-color: var(--background-light-color) var(--main-soft-color);
+}
+
@media screen and (min-width: 640px) and (min-height: 640px) {
html {
font-size: 14px;