Rush: Voting + Account management

This commit is contained in:
2024-05-31 00:25:30 +03:00
parent 73a2e20cf7
commit 494f2209c0
27 changed files with 971 additions and 49 deletions
+1
View File
@@ -2,6 +2,7 @@
font-size: 16px;
--background: #111118;
--background-black: #060608c0;
--accent-gray: #b182a3;
+2 -1
View File
@@ -5,7 +5,8 @@ form {
justify-content: center;
gap: 32px;
button[type=submit] {
button[type=submit],
.formButton {
background: var(--accent-dim);
border-radius: 4px;
padding: 0.3em 0.8em;