diff options
-rw-r--r-- | client/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |