diff options
Diffstat (limited to 'css/shim.css')
| -rw-r--r-- | css/shim.css | 12 |
1 files changed, 8 insertions, 4 deletions
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; -} |
