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:
parent
8ea24a6b09
commit
2ce3cd4c2a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user