update colors + bugfixes

This commit is contained in:
2023-10-07 16:55:42 +02:00
parent 5d55140681
commit 033fdf3483
7 changed files with 52 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ html, body {
body {
height: 100vh;
display: grid;
background-color: #7c8cec;
background-color: #648cab;
grid-template-areas:
'header header header header header'
'menu main main main main'