From 8bd00e31d58b6e52a67d194fe1dd5ece941f2aab Mon Sep 17 00:00:00 2001 From: RaffaelW <146560011+RaffaelW@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:53:53 +0200 Subject: [PATCH] fix scrollbar design on chromium by setting css color-scheme --- data/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/style.css b/data/style.css index 5466e6b..06bc06e 100644 --- a/data/style.css +++ b/data/style.css @@ -5,6 +5,8 @@ --color-surface: #333; --color-danger: #fa2b58; --appended-item-size: 2.5rem; + + color-scheme: dark; } body { @@ -35,6 +37,7 @@ form > * { fieldset { border-radius: 8px; + border-color: white; } label {