commit 9d862226126e38533dabf131ec5a3c7f7b56ae09
parent e38a41c2d45b3ddf7d6033711fbb9bf355c2d23a
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Tue, 13 Oct 2020 19:06:10 -0700
Fix heading styles.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/home.css b/css/home.css
@@ -1,5 +1,5 @@
/* Header */
-#home h1:not(#jsError h1) {
+#home > h1 {
font-size: 20px;
font-weight: bold;
margin-top: 15px;
diff --git a/css/reference.css b/css/reference.css
@@ -4,7 +4,7 @@ main {
}
/* Heading */
-h1:not(#jsError h1) {
+main > h1 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;