From bdff040e31d814fd982d58869ae4cbc985048729 Mon Sep 17 00:00:00 2001 From: jgarr16 <15323251+jgarr16@users.noreply.github.com> Date: Sun, 21 Jun 2020 09:35:01 -0700 Subject: [PATCH] added :not(hr) added :not(hr) to the exclusion string so that horizontal rules will show correctly. --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index b710dc3..351d829 100644 --- a/index.css +++ b/index.css @@ -18,7 +18,7 @@ body { /* === A bit of a gross hack so we can have bleeding divs/blockquotes. */ p, -*:not(div):not(img):not(body):not(html):not(li):not(blockquote):not(p) { +*:not(div):not(hr):not(img):not(body):not(html):not(li):not(blockquote):not(p) { margin: 1rem auto 1rem; max-width: 36rem; padding: .25rem;