From e15edb0046355af414c9daa1eb7968fb0d545675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 17 Sep 2022 11:20:20 +0200 Subject: [PATCH] improve ui: borders and shadows --- onlinetichu-counter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index 01bcf77..a0b5d9a 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -40,6 +40,8 @@ function injectCounter() { float: left; margin-left: -50px; text-align: left; + box-shadow: 2px 2px 5px #555; + border: 1px solid #000000; } .playedCardsLayout .card:hover {