feat(app): more homepage style updates

This commit is contained in:
rektdeckard
2023-03-13 12:21:55 -06:00
parent a14bdfb281
commit 94e66c3893
19 changed files with 679 additions and 79 deletions

View File

@@ -5,12 +5,12 @@
padding: 0;
margin: 0;
color: white;
background-color: var(--eggplant);
background-color: var(--stone);
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 0 0 var(--shadow);
box-shadow: 0 2px 0 0 var(--moss-shadow);
}
.toolbar-contents {