Enable dark theme
This commit is contained in:
parent
d429997c02
commit
b57ee62c2f
2 changed files with 7 additions and 0 deletions
|
@ -83,3 +83,9 @@ footer img {
|
|||
.post-link p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
footer img {
|
||||
filter: invert(90%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue