Nicer colors

This commit is contained in:
Eden Kirin
2024-01-28 12:26:29 +01:00
parent b1f7d8196a
commit 03bba20b50
13 changed files with 68 additions and 29 deletions

View File

@ -1,5 +1,7 @@
@import "vars";
.app-header {
background-color: #15232d;
background-color: $header-background;
color: whitesmoke;
padding: 1rem 0 1rem 0;
box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.31);