hugo #2

Merged
nyanloutre merged 6 commits from hugo into master 2020-12-06 15:17:45 +01:00
Showing only changes of commit 21dd0bebac - Show all commits

View File

@ -1,15 +1,14 @@
@import 'reset';
$base-text-color: #8c877d;
$base-color: rgb(1, 79, 102);
$background-color: #e6e6e6;
$content-background-color: #f6f1ea;
$navbar-color: #eadecc;
body {
background-color: $background-color;
margin: 0;
display: grid;
color: $base-text-color;
color: $base-color;
}
@media (min-width: 1025px) {
@ -62,7 +61,7 @@ body {
display: flex;
flex-direction: column;
align-items: center;
background-color: $navbar-color;
background-color: $base-color;
list-style: none;
grid-area: menu;
@ -74,6 +73,10 @@ body {
&:last-child {
margin-bottom: 1rem;
}
a {
color: white;
}
}
}