Update 'themes/anna/assets/sass/main.scss'

This commit is contained in:
nyanloutre 2020-12-06 13:06:49 +01:00
parent ce4fb48798
commit 21dd0bebac
1 changed files with 7 additions and 4 deletions

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