fix font-color of .ui.sha.label
This commit is contained in:
parent
7967122041
commit
ba683e6cd3
@ -157,9 +157,11 @@ ul.repo-owner-name-list {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
a.ui.label {
|
a.ui.label {
|
||||||
cursor: pointer;
|
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
.ui .sha.label {
|
||||||
|
color: var(--color-text) !important;
|
||||||
|
}
|
||||||
.ui.basic.green.buttons .button, .ui.basic.green.button {
|
.ui.basic.green.buttons .button, .ui.basic.green.button {
|
||||||
color: #2da44e!important;
|
color: #2da44e!important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user