diff options
| author | 2026-02-11 21:23:59 +0700 | |
|---|---|---|
| committer | 2026-02-11 21:23:59 +0700 | |
| commit | 90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6 (patch) | |
| tree | 04ad68b6ccccd23107c2154b6d92bf0f95401be2 /static/input.css | |
| parent | fda693f47e386364063e622888b2387a2330310c (diff) | |
| download | web-90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6.tar.gz web-90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6.zip | |
feat: color scrollbar according to theme
Diffstat (limited to 'static/input.css')
| -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; |