improve colors and footer

This commit is contained in:
Vri 🌈 2023-03-05 23:45:09 +01:00
parent f0ea1cad77
commit 850c24f373
Signed by: vrifox
GPG key ID: D40098E5B60B2197
4 changed files with 8 additions and 3 deletions

View file

@ -23,7 +23,7 @@ html {
grid-template-areas:
"header header"
"sidebar content"
"sidebar footer";
"footer footer";
grid-template-columns: 250px 1fr;
grid-template-rows: min-content;
line-height: 1.7;