From b30472cad5a0556e5c1799df5c98db5c5058ee59 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Wed, 22 Feb 2023 13:50:35 -0500 Subject: [PATCH] restore white card front --- client/src/styles/game.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index cce372c..c63abea 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -272,8 +272,7 @@ h1 { display: none; position: relative; border: 5px solid transparent; - background-color: #16141e; - color: #d7d7d7; + background-color: #e3e3e3; flex-direction: column; cursor: pointer; justify-content: space-between; @@ -304,11 +303,11 @@ h1 { } .game-role-good { - border: 3px solid #5469c5 !important; + border: 4px solid #5469c5 !important; } .game-role-evil { - border: 3px solid #c55454 !important; + border: 4px solid #c55454 !important; } #game-role-back { @@ -316,7 +315,7 @@ h1 { align-items: center; justify-content: center; background-color: #16141e; - border: 3px solid #61606a; + border: 4px solid #61606a; position: relative; flex-direction: column; cursor: pointer; @@ -412,10 +411,14 @@ h1 { transform: translate(-50%, 0); font-size: 15px; width: 90%; - text-align: justify; + text-align: left; max-height: 6em; } +#role-name.good { + color: #4466fb !important; +} + #game-link img { width: 20px; margin-left: 0.5em;