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