mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-01 03:07:16 +02:00
Force dark mode on footer
This commit is contained in:
parent
0dd3266c2c
commit
9f97fe6af6
1 changed files with 0 additions and 5 deletions
|
@ -36,11 +36,6 @@ footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: background-color .25s, color .25s;
|
transition: background-color .25s, color .25s;
|
||||||
|
|
||||||
@media(prefers-color-scheme: light) {
|
|
||||||
background: darken($lightBackground, 1);
|
|
||||||
color: $lightTextColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: underline dotted currentColor;
|
text-decoration: underline dotted currentColor;
|
||||||
|
|
Loading…
Add table
Reference in a new issue