fix font-color of .ui.sha.label

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

View file

@ -157,9 +157,11 @@ ul.repo-owner-name-list {
font-size: 13px;
}
a.ui.label {
cursor: pointer;
color: #fff !important;
}
.ui .sha.label {
color: var(--color-text) !important;
}
.ui.basic.green.buttons .button, .ui.basic.green.button {
color: #2da44e!important;
}