From bcd4d3fdb1b5e6a6ede2dbc4ea64fc47642a2173 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 16 Jun 2020 16:29:16 +0800 Subject: Option darken image --- static/assets/css/fuji.min.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'static/assets/css/fuji.min.css') 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); } -- cgit v1.2.3