summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:51:11 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:51:11 +0100
commit9ecf0b51e834feaf6eea46341987a35e3e71e2a9 (patch)
treed3731298229e01cf924ed84044f4fc882a89e466 /assets
parent170e0d2b6afe8a93ba48677082173925c282416e (diff)
downloadwebsite-9ecf0b51e834feaf6eea46341987a35e3e71e2a9.tar.gz
IndieWeb part who knows anymore
Diffstat (limited to 'assets')
-rw-r--r--assets/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css
index db5e122..da1c08a 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -96,6 +96,10 @@ blockquote {
   color: black;
 }
 
+.box > * > :is(p, h1, h2, h3, h4, h5, h6) {
+  color: black;
+}
+
 .box > ul > li > :is(p, h1, h2, h3, h4, h5, h6) {
   color: black;
 }