dim image in dark mode
This commit is contained in:
parent
04a8eead65
commit
dc5c253ad2
1 changed files with 6 additions and 0 deletions
|
@ -94,3 +94,9 @@ header nav a:hover {
|
|||
text-underline-position: under;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
img {
|
||||
filter: brightness(0.8) contrast(1.2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue