Adjust font color contrast in dark theme
This commit is contained in:
parent
2f265b8443
commit
36607ec9b0
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ body > header {
|
||||||
color: $c-primary;
|
color: $c-primary;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
color: $c-primary-inv;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
|
|
Loading…
Reference in a new issue