fix scrollbar design on chromium by setting css color-scheme

This commit is contained in:
RaffaelW 2025-04-26 20:53:53 +02:00
parent b356b00484
commit 8bd00e31d5

View file

@ -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 {