dark: update border color of a.ui.label

This commit is contained in:
pat-s
2021-10-02 09:55:33 +03:00
parent f491463acb
commit ef197cf7f0

View File

@ -183,6 +183,7 @@ a,
}
a.ui.label {
color: #adbac7 !important;
border-color: var(--color-secondary)!important;
}
.ui.menu .item {
color: #adbac7;