mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Added light color behind Live TV cards as a workaround to counter poor contrast on black logos
This commit is contained in:
@@ -185,6 +185,11 @@ html {
|
||||
transition: transform .375s;
|
||||
}
|
||||
|
||||
.card.squareCard[data-type="TvChannel"] .cardImageContainer.cardContent {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
/* box-shadow: inset 0px -2em 1em -1em #0000002e; */
|
||||
}
|
||||
|
||||
.cardImageContainer>.cardDefaultText {
|
||||
font-size: 2em;
|
||||
padding-top: 1.5em;
|
||||
|
Reference in New Issue
Block a user