using brown color for subtitle and description in footer, should fix #9

This commit is contained in:
neil 2020-09-22 23:28:16 +02:00
parent 66a32b5dc5
commit 58bac44d1b
3 changed files with 5 additions and 4 deletions

View File

@ -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;
}

View File

@ -31,7 +31,7 @@
}
max-width: 800px;
color: #5e4f3a;
color: $brown;
border: 3px solid #f4af81;
border-radius: 10px;
font-style: normal;

View File

@ -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;