diff options
Diffstat (limited to '')
-rw-r--r-- | sass/style.sass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass index 9393dfb..375664b 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -146,6 +146,15 @@ article > section.post border-radius: 8px max-width: 100% +div.banner h2 + display: inline-block + margin: 0 + + color: var(--fg-color-mute) + font-size: inherit + font-style: italic + font-weight: inherit + article > header margin: 0 |