1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04: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
+2
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;