diff options
| author | Xe Iaso <me@christine.website> | 2022-10-30 21:46:40 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-10-30 21:46:40 -0400 |
| commit | 9c28a6face3d3b70679ee666d6a416dc333a8324 (patch) | |
| tree | 872f3956fa770baf046b55667b6348d37a34d313 /css/shim.css | |
| parent | 1c2737540172085900f7e68c772a60f7ee35a6f3 (diff) | |
| download | xesite-9c28a6face3d3b70679ee666d6a416dc333a8324.tar.xz xesite-9c28a6face3d3b70679ee666d6a416dc333a8324.zip | |
i hate CSS
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'css/shim.css')
| -rw-r--r-- | css/shim.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/css/shim.css b/css/shim.css index 452b8e9..15f88af 100644 --- a/css/shim.css +++ b/css/shim.css @@ -70,7 +70,16 @@ figcaption { } .ea-placement.ea-type-image { - background: #282828; + background-color: #282828; +} + +.media { + background-color: #32302f; + color: #fbf1c7; + + margin: auto; + max-width: 80ch; + padding: 2ch; } @media (prefers-color-scheme: light) { @@ -89,4 +98,9 @@ figcaption { .logo { background-color: #1d2021; } + + .media { + color: #32302f; + background-color: #fbf1c7; + } } |
