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

@@ -1,5 +1,6 @@
footer {
background-color: var(--purple);
color: var(--moss);
background-color: var(--sand);
}
#back-to-top-button {
@@ -12,8 +13,8 @@ footer {
}
#back-to-top-button:active {
transform: translate(4px, 4px) !important;
box-shadow: 0 0 0 0 black;
transform: translate(2px, 2px) !important;
box-shadow: 0 0 0 0 var(--moss-shadow);
}
#back-to-top-button svg {