mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-22 05:10:59 +00:00
fix font-color ui.basic.label
This commit is contained in:
parent
ba683e6cd3
commit
d34a726d41
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue