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 {