change hardcoded colors to variable

This commit is contained in:
Sören Johanson 2020-07-29 15:06:22 +02:00
parent 8ebb4ed202
commit 9ce10c4044
3 changed files with 3 additions and 3 deletions

View File

@ -195,7 +195,7 @@ $tocBreakpoint: 1024px;
footer {
text-align: center;
padding: 0 1.5rem;
background: #ffffff;
background: $white;
p {
margin-top: 1rem; // reduce margin top due to social icons' padding

View File

@ -5,7 +5,7 @@
padding: 0 1.5rem;
position: fixed;
width: 100%;
background: #fff;
background: $white;
z-index: 2;
@media screen and (min-width: $medium) {

View File

@ -6,7 +6,7 @@
display: flex;
justify-content: center;
align-items: center;
background: #fff;
background: $white;
visibility: hidden;
z-index: 1;