From 90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Wed, 11 Feb 2026 21:23:59 +0700 Subject: feat: color scrollbar according to theme --- static/input.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.3.1+13