mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fxed: Slight UI label color adjustment
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -40,13 +40,13 @@
|
||||
}
|
||||
|
||||
.inverse {
|
||||
border-color: $gray;
|
||||
background-color: $gray;
|
||||
border-color: $lightGray;
|
||||
background-color: $lightGray;
|
||||
color: $defaultColor;
|
||||
|
||||
&.outline {
|
||||
background-color: $defaultColor !important;
|
||||
color: $gray;
|
||||
color: $lightGray;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user