From 95794aeaf6b7a59925997a9a3bf2795212954e76 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 19 Sep 2021 00:13:58 -0700 Subject: [PATCH] Improve selected card UI --- 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 e0f8b143..3121816d 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -150,7 +150,7 @@ ol#cards-to-beat opacity: .000001 position: absolute &:checked ~ img - box-shadow: 0px 0px 2px 6px #00dd84 + box-shadow: 0px 0px 2px 5px #056dff, inset 0 0 2px 3px #000000 margin-top: -2vmin img width: 26vmin