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
|
@ -185,6 +185,9 @@ a.ui.label {
|
|||
color: #adbac7 !important;
|
||||
border-color: var(--color-secondary) !important;
|
||||
}
|
||||
.ui.label {
|
||||
border-color: var(--color-secondary) !important;
|
||||
}
|
||||
.ui.menu .item {
|
||||
color: #adbac7;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue