feat(app): more homepage style updates
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user