mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: update border color of .ui.label
This commit is contained in:
parent
ef197cf7f0
commit
18126ed790
1 changed files with 4 additions and 1 deletions
|
@ -183,7 +183,10 @@ a,
|
||||||
}
|
}
|
||||||
a.ui.label {
|
a.ui.label {
|
||||||
color: #adbac7 !important;
|
color: #adbac7 !important;
|
||||||
border-color: var(--color-secondary)!important;
|
border-color: var(--color-secondary) !important;
|
||||||
|
}
|
||||||
|
.ui.label {
|
||||||
|
border-color: var(--color-secondary) !important;
|
||||||
}
|
}
|
||||||
.ui.menu .item {
|
.ui.menu .item {
|
||||||
color: #adbac7;
|
color: #adbac7;
|
||||||
|
|
Loading…
Reference in a new issue