remove brightness filter

This commit is contained in:
xaoxuu 2021-04-04 10:49:41 +08:00
parent 16b25112b2
commit 5dd3622c3d
1 changed files with 0 additions and 4 deletions

View File

@ -30,7 +30,3 @@ if hexo-config('style.darkmode') == 'auto'
--theme-bg: mix($color-theme, $dark-card, 10)
@media screen and (max-width: $device-tablet)
--site-bg: $dark-site-bg-mobile
@media (prefers-color-scheme: dark)
html
filter: brightness(80%) !important