summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-12 15:38:04 +0200
committerWynn Wolf Arbor2020-06-12 15:38:04 +0200
commit0a40688e5ea11b40782f19713aa093714ce52a14 (patch)
tree58fd74682df644d67a04669d5b695e336491b268
parent583576e120da2971e1d2c83d46b4954340606987 (diff)
downloadsite-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.scss1
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;
}