Merge pull request #108 from CER10TY/hardcoded-colors-fix

Change hardcoded colors to SCSS variable
This commit is contained in:
Jake Wiesler 2020-07-29 09:38:16 -04:00 committed by GitHub
commit 6513f7727d
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;