From b55a48c812f152fa8b43b21cd7a6d9a3017deceb Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 29 Oct 2022 07:49:09 -0400 Subject: css: fix light mode ads Signed-off-by: Xe Iaso --- css/shim.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/shim.css b/css/shim.css index 12dc735..59ff866 100644 --- a/css/shim.css +++ b/css/shim.css @@ -70,11 +70,19 @@ figcaption { margin: 0.5em; } +.ea-placement.ea-type-image { + background: #282828; +} + @media (prefers-color-scheme: light) { .warning { background-color: #fbf1c7; } + .ea-placement.ea-type-image { + background: #fbf1c7; + } + figcaption { background-color: #fbf1c7; } @@ -83,7 +91,3 @@ figcaption { background-color: #1d2021; } } - -.ea-placement.ea-type-image { - background: #282828; -} -- cgit v1.2.3