aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-06 20:13:05 +0200
committerJasper Van der Jeugt2020-08-06 20:13:05 +0200
commit17bd734240294eb839e45447c34b54849bfef430 (patch)
treea236d09c4db116bb2e7df5897f2e579778b0de65 /client
parent726afde9ccb70e8f1adaa6f4dea81acd387ea8dc (diff)
Style updates
Diffstat (limited to 'client')
-rw-r--r--client/style.css4
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 {