Lighter font weight for labels (300)

This commit is contained in:
Aaron D. Lee
2026-01-07 19:56:46 -05:00
parent 446789a16f
commit e7954c63e4

View File

@@ -121,6 +121,7 @@
---------------------------------------------------------------------------- */
.card .form-label {
color: #ffe699;
font-weight: 300;
animation: gold-shimmer 1.5s ease-in-out infinite;
}