diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:53:39 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:53:39 +0100 |
commit | d8336b39779d916412844f9e981a769747061350 (patch) | |
tree | 5464ce330bbb1163c25fd2148cdadfba76d79163 | |
parent | fe8aa8608df0b00a09ef3ffa261359e79887b2e2 (diff) | |
download | website-d8336b39779d916412844f9e981a769747061350.tar.gz |
AAAAAAAAAA
-rw-r--r-- | assets/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/index.css b/assets/index.css index 0c2a43b..635cf5f 100644 --- a/assets/index.css +++ b/assets/index.css @@ -100,7 +100,7 @@ blockquote { color: black; } -.box > ** > :is(p, h1, h2, h3, h4, h5, h6) { +.box > * > * > :is(p, h1, h2, h3, h4, h5, h6) { color: black; } |