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

@ -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;
}