dark: update border color of .ui.label

This commit is contained in:
pat-s 2021-10-02 09:57:11 +03:00
parent ef197cf7f0
commit 18126ed790
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -183,7 +183,10 @@ a,
}
a.ui.label {
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 {
color: #adbac7;