using brown color for subtitle and description in footer, should fix #9
This commit is contained in:
parent
66a32b5dc5
commit
58bac44d1b
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
.description {
|
||||
color: $grey;
|
||||
color: $brown;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
|
||||
.subtitle {
|
||||
color: $grey;
|
||||
color: $brown;
|
||||
font-size: 20px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
max-width: 800px;
|
||||
color: #5e4f3a;
|
||||
color: $brown;
|
||||
border: 3px solid #f4af81;
|
||||
border-radius: 10px;
|
||||
font-style: normal;
|
||||
|
|
|
@ -2,8 +2,9 @@ $font-semibold: 600;
|
|||
|
||||
$orange: #f67e08;
|
||||
$orange-darken: #f1680d;
|
||||
$orange-lighten: #ffefde;
|
||||
$orange-lighten: #fff8f0;
|
||||
$grey: #858383;
|
||||
$brown: #5e4f3a;
|
||||
|
||||
$responsive-screen: 992px;
|
||||
$small-screen: 700px;
|
||||
|
|
Loading…
Reference in New Issue