From f9aafc80489cc26736b742df0c4eb49f414778bd Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Tue, 21 Dec 2021 16:07:08 +0100 Subject: [PATCH] Highlight playable cards --- Public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Public/style.css b/Public/style.css index 8076371..c7fd576 100644 --- a/Public/style.css +++ b/Public/style.css @@ -398,7 +398,7 @@ body { width: 180px; height: 130px; text-align: center; - grid-column: 2 / span 5; + grid-column: 1 / span 7; grid-row: 2 / span 3; z-index: 6; margin: auto; @@ -427,7 +427,7 @@ body { .player-card { width: 111px; height: 191px; - border: 2px solid var(--standard-background); + border: 2px solid var(--button-color); background-color: var(--element-background); border-radius: 17px; transition-duration: 0.2s; @@ -541,6 +541,7 @@ body { .player-card:disabled, .player-card[disabled] { cursor: not-allowed; + border-color: var(--standard-background); } .player-card:hover:enabled {