diff options
Diffstat (limited to 'assets/index.css')
-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; } |