1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00

Fixed: Improve readability of text on light blue labels

This commit is contained in:
Mark McDowall 2019-02-07 18:42:54 -08:00
parent 8ea24a6b09
commit 2ce3cd4c2a

View File

@ -42,6 +42,7 @@
.info {
border-color: $infoColor;
background-color: $infoColor;
color: $themeLightColor;
&.outline {
color: $infoColor;
@ -71,6 +72,7 @@
.success {
border-color: $successColor;
background-color: $successColor;
color: #eee;
&.outline {
color: $successColor;