From 17bd734240294eb839e45447c34b54849bfef430 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 6 Aug 2020 20:13:05 +0200 Subject: Style updates --- client/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index 6f47d70..ff25dd5 100644 --- a/client/style.css +++ b/client/style.css @@ -39,7 +39,7 @@ h1::after { } } -.players .table { +.players table { color: black; } @@ -69,7 +69,7 @@ button, input { border: 2px solid black; vertical-align: text-top; max-width: calc(100% - 76px); - filter: drop-shadow(3px 3px 3px black); + filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5)); } .black { -- cgit v1.2.3