Add background overlay to improve contrast

And use lowercase-hyphenated syntax for variables/mixins.
This commit is contained in:
2018-07-12 11:26:30 +02:00
parent 1e14cc695e
commit ef0f3ffbfb
6 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ table.contributor-list {
}
a {
color: $primaryColor;
color: $primary-color;
&:hover, &:active {
color: #fff;
}