From 157fa8f63eb3941b12f67bbedf8a0cb1b72ef16c Mon Sep 17 00:00:00 2001 From: Agate Date: Wed, 19 Aug 2020 10:23:09 +0200 Subject: [PATCH] Fixed grey notification label --- front/src/style/components/_label.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/front/src/style/components/_label.scss b/front/src/style/components/_label.scss index 07ac474b4..254d52ace 100644 --- a/front/src/style/components/_label.scss +++ b/front/src/style/components/_label.scss @@ -8,3 +8,9 @@ margin-bottom: 0.5em; } } + +.ui.menu .item > .label { + background-color: var(--accent-color); + border-color: var(--accent-color); + color: #fff; +} \ No newline at end of file