remove brightness filter
This commit is contained in:
parent
16b25112b2
commit
5dd3622c3d
|
@ -30,7 +30,3 @@ if hexo-config('style.darkmode') == 'auto'
|
||||||
--theme-bg: mix($color-theme, $dark-card, 10)
|
--theme-bg: mix($color-theme, $dark-card, 10)
|
||||||
@media screen and (max-width: $device-tablet)
|
@media screen and (max-width: $device-tablet)
|
||||||
--site-bg: $dark-site-bg-mobile
|
--site-bg: $dark-site-bg-mobile
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark)
|
|
||||||
html
|
|
||||||
filter: brightness(80%) !important
|
|
||||||
|
|
Loading…
Reference in New Issue