diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:52:14 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:52:14 +0100 |
commit | fe8aa8608df0b00a09ef3ffa261359e79887b2e2 (patch) | |
tree | 4a72423f4da35ba097878abe1f60b345c8cbf96e /assets | |
parent | 9ecf0b51e834feaf6eea46341987a35e3e71e2a9 (diff) | |
download | website-fe8aa8608df0b00a09ef3ffa261359e79887b2e2.tar.gz |
CSS fixes :(
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index da1c08a..0c2a43b 100644 --- a/assets/index.css +++ b/assets/index.css @@ -100,6 +100,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; } |