Fixed grey notification label

This commit is contained in:
Agate 2020-08-19 10:23:09 +02:00
parent 175e9cf8b9
commit 157fa8f63e
1 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,9 @@
margin-bottom: 0.5em;
}
}
.ui.menu .item > .label {
background-color: var(--accent-color);
border-color: var(--accent-color);
color: #fff;
}