mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Try disable this less-bright images fancy CSS for dark mode
Copied from webkit blog but I guess this is a bit fancy Also possibly conflicting with other styles
This commit is contained in:
parent
5148462670
commit
715791f41e
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ code {
|
|||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
img,
|
||||
/* img,
|
||||
video {
|
||||
filter: brightness(0.7);
|
||||
transition: filter 0.3s ease-out;
|
||||
|
@ -202,7 +202,7 @@ code {
|
|||
img:hover,
|
||||
video:hover {
|
||||
filter: brightness(1);
|
||||
}
|
||||
} */
|
||||
:is(button, .button).plain2 {
|
||||
backdrop-filter: blur(12px) brightness(0.5);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue