hugo #2
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user