diff options
author | Ashelyn Dawn <ashe@tempest.dev> | 2023-03-10 12:23:18 -0700 |
---|---|---|
committer | Ashelyn Dawn <ashe@tempest.dev> | 2023-03-10 12:23:18 -0700 |
commit | 43a2c0fb4623e3e07b2b427bc13296ee134422b3 (patch) | |
tree | 60a25495efcf81223d71727d48945066aab74db8 /resources/style.css | |
parent | f784e46b866e00837ca7bb5bda14414c18a91f12 (diff) |
Supplementary about
Diffstat (limited to 'resources/style.css')
-rw-r--r-- | resources/style.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/resources/style.css b/resources/style.css index fe5bb4c..03782a4 100644 --- a/resources/style.css +++ b/resources/style.css @@ -44,9 +44,12 @@ h1 { color: rgba(255,255,255,.9); } -h1 > aside { +h1 > aside, +h2 > aside, +h3 > aside, +h4 > aside { display: inline-block; - font-size: .5em; + font-size: max(.5em, 14px); font-weight: 100; font-style: italic; opacity: .6; @@ -61,6 +64,11 @@ h1 > .subtitle { font-style: italic; } +h3 + p, +h4 + p { + margin-top: -8px; +} + ul > li:not(:last-child) { margin-bottom: 8px; } @@ -120,6 +128,15 @@ span.asterisk { position: relative; } +body > aside { + border-left: solid 4px #caa5ff88; + padding-left: 8px; +} + +body > aside strong:first-child { + color: #caa5ffcc; +} + table { border-collapse: collapse; text-align: left; |