Merge pull request #90 from HendrikRauh/fix-scrollbars

fix scrollbar design on chromium
This commit is contained in:
Raffael Wolf 2025-04-26 21:03:38 +02:00 committed by GitHub
commit b3468b4f01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,8 @@
--color-surface: #333; --color-surface: #333;
--color-danger: #fa2b58; --color-danger: #fa2b58;
--appended-item-size: 2.5rem; --appended-item-size: 2.5rem;
color-scheme: dark;
} }
body { body {
@ -35,6 +37,7 @@ form > * {
fieldset { fieldset {
border-radius: 8px; border-radius: 8px;
border-color: white;
} }
label { label {