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
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

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