fix font-color of branch-delete "yes" button on light theme

This commit is contained in:
pat-s 2021-08-31 11:49:28 +02:00
parent b0f4f6a4f6
commit 7967122041
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -160,3 +160,6 @@ a.ui.label {
cursor: pointer;
color: #fff !important;
}
.ui.basic.green.buttons .button, .ui.basic.green.button {
color: #2da44e!important;
}