aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/shim.css16
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;
+ }
}