feat(app): banner, style tweaks

This commit is contained in:
rektdeckard
2023-03-03 22:39:42 -07:00
parent baeec27267
commit d379cea5bc
15 changed files with 215 additions and 40 deletions

View File

@@ -1,7 +1,11 @@
:root {
--red: #ff6e60;
--blue: #397fff;
--orange: #ff8e51;
--yellow: #ffd171;
--pale: #ffe8dc;
--peach: #ffd5c0;
--darkgreen: #245633;
--blue: #397fff;
--purple: #925bff;
--eggplant: #35313d;
--neutral: #86838b;
@@ -59,6 +63,7 @@ button {
display: flex;
align-items: center;
justify-content: flex-start;
cursor: pointer;
}
button.main-button {