diff options
Diffstat (limited to 'cards.css')
-rw-r--r-- | cards.css | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -12,6 +12,10 @@ box-shadow: 1px 2px 8px #0008; } +.card.scenario { + background-color: #eecba1; +} + .card { user-select: none; } @@ -50,7 +54,7 @@ position: absolute; width: 32px; height: 16px; - top: 58px; + top: 55px; background-size: contain; } @@ -207,7 +211,6 @@ bottom: 0px; right: 0px; padding: 8px 8px; - opacity: 50%; } .extra { @@ -218,7 +221,6 @@ bottom: 0px; left: 0px; padding: 8px 8px; - opacity: 50%; } /* SCENARIO CARD */ @@ -259,6 +261,6 @@ .list{margin:4px;gap:4px!important;} .card{box-shadow:none!important;border-radius:0!important;} .card,.scenario_title,.scenario_player,.strength,.action_row *{background-color:white!important} - .number,.extra{opacity:1!important} + .number,.extra{display:block;} .extra{display:block} } |