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 a.ui.label
This commit is contained in:
parent
f491463acb
commit
ef197cf7f0
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ a,
|
||||||
}
|
}
|
||||||
a.ui.label {
|
a.ui.label {
|
||||||
color: #adbac7 !important;
|
color: #adbac7 !important;
|
||||||
|
border-color: var(--color-secondary)!important;
|
||||||
}
|
}
|
||||||
.ui.menu .item {
|
.ui.menu .item {
|
||||||
color: #adbac7;
|
color: #adbac7;
|
||||||
|
|
Loading…
Reference in a new issue