diff options
author | Wynn Wolf Arbor | 2020-06-12 15:38:04 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-06-12 15:38:04 +0200 |
commit | 0a40688e5ea11b40782f19713aa093714ce52a14 (patch) | |
tree | 58fd74682df644d67a04669d5b695e336491b268 | |
parent | 583576e120da2971e1d2c83d46b4954340606987 (diff) | |
download | site-0a40688e5ea11b40782f19713aa093714ce52a14.tar.gz |
css: Remove superfluous definition
This particular background colour will be inherited from the root
element and does not need to be defined explicitly.
-rw-r--r-- | scss/style.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/style.scss b/scss/style.scss index 29c7226..84b88f1 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -114,7 +114,6 @@ header.post { border-bottom: 1px solid darkgrey; a { - background-color: white; font-weight: bold; text-decoration: none; } |