diff options
Diffstat (limited to 'resources/style.css')
-rw-r--r-- | resources/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css index 48e87eb..f1cc420 100644 --- a/resources/style.css +++ b/resources/style.css @@ -45,6 +45,14 @@ h1 > aside { margin-left: 8px; } +h1 > .subtitle { + display: block; + font-size: 20px; + opacity: .8; + font-weight: normal; + font-style: italic; +} + ul > li:not(:last-child) { margin-bottom: 8px; } |