diff options
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; |