muted texts

This commit is contained in:
chrislu
2025-11-04 22:17:21 -08:00
parent ca8cd631ff
commit cc444b1868

View File

@@ -146,6 +146,27 @@ main {
color: #fff !important;
}
/* Muted text color utilities */
.text-primary {
color: #6b8caf !important;
}
.text-success {
color: #5a8a72 !important;
}
.text-info {
color: #6a9aaa !important;
}
.text-warning {
color: #b8995e !important;
}
.text-danger {
color: #a5615c !important;
}
/* Progress bars */
.progress {
background-color: #f8f9fc;