mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
fix font-color of branch-delete "yes" button on light theme
This commit is contained in:
parent
b0f4f6a4f6
commit
7967122041
1 changed files with 3 additions and 0 deletions
|
@ -160,3 +160,6 @@ a.ui.label {
|
|||
cursor: pointer;
|
||||
color: #fff !important;
|
||||
}
|
||||
.ui.basic.green.buttons .button, .ui.basic.green.button {
|
||||
color: #2da44e!important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue