Clear up color variable usage in the Scss
parent
3d5bee2205
commit
e9a65e6c3f
|
@ -5,7 +5,6 @@
|
|||
|
||||
// Colors
|
||||
$blue: #4183C4;
|
||||
$orange: #D26911;
|
||||
|
||||
// Grays
|
||||
$black: #000;
|
||||
|
|
|
@ -197,7 +197,7 @@ img {
|
|||
|
||||
.site-description {
|
||||
margin: -5px 0 0 0;
|
||||
color: #777;
|
||||
color: $gray;
|
||||
font-size: 16px;
|
||||
|
||||
@include mobile {
|
||||
|
@ -260,7 +260,7 @@ nav {
|
|||
.wrapper-footer {
|
||||
margin-top: 50px;
|
||||
border-top: 1px solid #ddd;
|
||||
background-color: #eee;
|
||||
background-color: $lighterGray;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in New Issue