Gold toggle text with outline and drop shadow like labels

This commit is contained in:
Aaron D. Lee
2026-01-07 20:03:09 -05:00
parent 0e270dadb3
commit 89d8fee5da

View File

@@ -133,6 +133,13 @@
/* Payload type toggle - gold text when selected */ /* Payload type toggle - gold text when selected */
.btn-check:checked + .btn-outline-primary { .btn-check:checked + .btn-outline-primary {
color: #ffe699 !important; color: #ffe699 !important;
font-weight: 500;
text-shadow:
-0.3px -0.3px 0 #b8860b,
0.3px -0.3px 0 #b8860b,
-0.3px 0.3px 0 #b8860b,
0.3px 0.3px 0 #b8860b,
1px 2px 2px rgba(0, 0, 0, 0.4);
} }