mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 18:57:20 +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;
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue