Adjust font color contrast in dark theme

This commit is contained in:
Marcel Kapfer 2022-02-24 18:25:07 +01:00
parent 2f265b8443
commit 36607ec9b0
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@ body > header {
color: $c-primary;
font-weight: bold;
text-transform: uppercase;
@media (prefers-color-scheme: dark) {
color: $c-primary-inv;
}
}
input[type=checkbox] {