Made changes to CSS and merged together.

This commit is contained in:
2025-12-17 23:27:46 -05:00
parent 5fd71f8c94
commit 176cf537a6
8 changed files with 95 additions and 51 deletions

View File

@@ -17,10 +17,10 @@
/* Unified error style */
.error {
color: #e53e3e;
color: var(--error);
margin-top: 0.7rem;
text-align: center;
background: rgba(255, 107, 107, 0.1);
background: var(--error-bg);
border-radius: 8px;
padding: 1rem;
}
@@ -34,3 +34,4 @@
font-size: 1.05rem;
min-width: 90px;
}
}