Tone down not button yellow

This commit is contained in:
shamoon 2024-09-12 21:56:33 -07:00
parent f04f754883
commit b72974981f

View File

@ -134,6 +134,11 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
}
}
.btn-outline-warning {
--bs-btn-active-bg: #c89600;
--bs-btn-active-border-color: #c89600;
}
.btn-light {
color: var(--bs-body-color);
}