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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user