high-contrast.less: Fix notifications success color contrast

refs #4337
This commit is contained in:
Florian Strohmaier 2021-04-29 11:28:34 +02:00 committed by Johannes Meyer
parent 584e97f631
commit e88a2b588b

View File

@ -222,3 +222,7 @@ input.search {
border-left: none; border-left: none;
} }
} }
#notifications > li.success {
color: @text-color;
}