diff options
| author | 2026-02-11 21:55:39 +0700 | |
|---|---|---|
| committer | 2026-02-11 21:55:39 +0700 | |
| commit | 56d333f3501cfc8e5725784e29ea917d347f37d8 (patch) | |
| tree | 04ad68b6ccccd23107c2154b6d92bf0f95401be2 | |
| parent | 79411e6e70462e4e8749af528c297cac2ad18001 (diff) | |
| parent | 90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6 (diff) | |
| download | web-56d333f3501cfc8e5725784e29ea917d347f37d8.tar.gz web-56d333f3501cfc8e5725784e29ea917d347f37d8.zip | |
v0.12.2 (#23)v0.12.2
* feat: color scrollbar according to theme
| -rw-r--r-- | static/input.css | 5 |
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; |