Force dark mode on footer

This commit is contained in:
Kevin Kandlbinder 2021-07-26 13:09:30 +00:00
parent 0dd3266c2c
commit 9f97fe6af6

View file

@ -36,11 +36,6 @@ footer {
text-align: center;
transition: background-color .25s, color .25s;
@media(prefers-color-scheme: light) {
background: darken($lightBackground, 1);
color: $lightTextColor;
}
a {
color: inherit;
text-decoration: underline dotted currentColor;