diff options
author | amzrk2 | 2020-06-16 16:29:16 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-16 16:29:16 +0800 |
commit | bcd4d3fdb1b5e6a6ede2dbc4ea64fc47642a2173 (patch) | |
tree | da3e34c7e03af9993d247d5ac001906cabf6117b /static/assets/css/fuji.min.css | |
parent | f88c7b78f224bf746b831001ec8cef01693a4b3c (diff) | |
download | hugo-theme-fuji-bcd4d3fdb1b5e6a6ede2dbc4ea64fc47642a2173.tar.gz hugo-theme-fuji-bcd4d3fdb1b5e6a6ede2dbc4ea64fc47642a2173.tar.bz2 hugo-theme-fuji-bcd4d3fdb1b5e6a6ede2dbc4ea64fc47642a2173.zip |
Option darken image
Diffstat (limited to 'static/assets/css/fuji.min.css')
-rw-r--r-- | static/assets/css/fuji.min.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/static/assets/css/fuji.min.css b/static/assets/css/fuji.min.css index 0b2d667..05889f6 100644 --- a/static/assets/css/fuji.min.css +++ b/static/assets/css/fuji.min.css @@ -1698,9 +1698,6 @@ body[data-theme='auto'] { --color-divider: #4d5158; --color-bg: #2f3136; --color-codebg: #414449; } - body[data-theme='auto'] img { - -webkit-filter: brightness(60%); - filter: brightness(60%); } body[data-theme='auto'] table th, body[data-theme='auto'] table td { border-color: var(--color-font); } @@ -1750,9 +1747,6 @@ body[data-theme='dark'] { --color-divider: #4d5158; --color-bg: #2f3136; --color-codebg: #414449; } - body[data-theme='dark'] img { - -webkit-filter: brightness(60%); - filter: brightness(60%); } body[data-theme='dark'] table th, body[data-theme='dark'] table td { border-color: var(--color-font); } |