fix font-color ui.basic.label

This commit is contained in:
pat-s 2021-09-01 14:57:31 +02:00
parent ba683e6cd3
commit d34a726d41
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -162,6 +162,11 @@ a.ui.label {
.ui .sha.label {
color: var(--color-text) !important;
}
.ui.basic.green.buttons .button, .ui.basic.green.button {
color: #2da44e!important;
.ui.basic.green.buttons .button,
.ui.basic.green.button {
color: #2da44e !important;
}
.ui.basic.labels .label,
.ui.basic.label {
color: var(--color-text) !important;
}