diff options
author | Wolfgang Müller | 2021-06-12 20:50:11 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-12 20:50:11 +0200 |
commit | a93322c905e3c41c4332d2940027ccc2e4d733e9 (patch) | |
tree | 69e0f4c4a1e4c20dda463f5f4c933e3acfa2845a /sass | |
parent | 34f0c8a527f443c0a296ce301631f2625a808d25 (diff) | |
download | zunzuncito-a93322c905e3c41c4332d2940027ccc2e4d733e9.tar.gz |
templates: Set mute class on banner's <h2>
This way we do not have to specify the color in its selector.
Diffstat (limited to '')
-rw-r--r-- | sass/style.sass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sass/style.sass b/sass/style.sass index 375664b..82400e7 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -150,7 +150,6 @@ div.banner h2 display: inline-block margin: 0 - color: var(--fg-color-mute) font-size: inherit font-style: italic font-weight: inherit |