From a6a0f891fa8a36ec444da327de3d630ebcb84532 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 22 Nov 2020 22:58:16 -0700 Subject: [PATCH] gender --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index eea35f5..7e19962 100644 --- a/style.css +++ b/style.css @@ -581,11 +581,18 @@ a { border-radius: 0.35em; display: inline-block } +section#content h1, section#content h2, section#content h3, section#content h4, section#content h5 { + border-left: 1px solid; + border-bottom: 1px solid; + padding: 0 1em +} /* colors */ a {color: #92ebf0} body {background-color: #0a0a0a; color: #eaeaea} h1, h2, h3, h4, h5, h6 {color: #9a9a9a} +section#content h1 {color: #98ffe0} +section#content h2 {color: #c7ffef} h3>span {color: #7a7a7a} td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea} small {color: #777} @@ -595,6 +602,8 @@ div.recentchanges, .sidebar, .toc {background-color: #1a1a1a; color: #eee} a {color: #2a7fe8} body {background-color: #f5f5f5; color: #151515} h1, h2, h3, h4, h5, h6 {color: #656565} + section#content h1 {color: #448be8} + section#content h2 {color: #356cb4} h3>span {color: #858585} td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515} small {color: #888}