diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:54:22 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:54:22 +0100 |
commit | c3d8ae5c36f7060bb00245233e723dc78522f032 (patch) | |
tree | 6fbe6ce27f65b5bf3f6c28564f196851971b8d1a /assets | |
parent | d8336b39779d916412844f9e981a769747061350 (diff) | |
download | website-c3d8ae5c36f7060bb00245233e723dc78522f032.tar.gz |
i hate this
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/index.css b/assets/index.css index 635cf5f..da1c08a 100644 --- a/assets/index.css +++ b/assets/index.css @@ -100,10 +100,6 @@ 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; } |