From 8a325a31b1516778da8722a2420522ca3cc139e5 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 26 Oct 2019 01:50:30 -0700 Subject: [PATCH] Improve style of player taking turn --- app/assets/stylesheets/game.css.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index 4be705b..371d3e7 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -131,7 +131,7 @@ ol#cards-to-beat .player &.taking-turn font-weight: bold - box-shadow: 0px 0px .5vmin 1vmin inset rgba(118,69,210,0.8) + box-shadow: 0px 0px .5vmin 1vmin inset rgba(white,0.2) ul#inventory display: flex flex-wrap: wrap