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
+2 -2
View File
@@ -11,7 +11,7 @@
margin-top: 12rem;
text-align: center;
font-size: 1.4rem;
color: $primaryColor;
color: $primary-color;
@include media($mobile) {
margin-top: 6rem;
@@ -23,7 +23,7 @@
margin-bottom: 2rem;
#path-comet {
fill: $primaryColor;
fill: $primary-color;
opacity: 0.1;
animation-name: pulse;