aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-06 20:10:07 +0200
committerJasper Van der Jeugt2020-08-06 20:10:07 +0200
commit726afde9ccb70e8f1adaa6f4dea81acd387ea8dc (patch)
treeaa4e033f8a9ab31288541d5d7937c861864d906e /client
parentb8a5f115793a9f1b39c236e0862ead27b76cc92a (diff)
Style updates
Diffstat (limited to 'client')
-rw-r--r--client/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/client/style.css b/client/style.css
index 64d2a42..6f47d70 100644
--- a/client/style.css
+++ b/client/style.css
@@ -2,13 +2,25 @@ html {
font-size: 18px;
font-family: sans-serif;
text-align: center;
+ color: #444;
}
h1 {
font-weight: lighter;
text-transform: uppercase;
font-size: 24px;
- border-bottom: 1px solid black;
+}
+
+h1:first-line {
+ background: white;
+}
+
+h1::after {
+ content: "";
+ border-bottom: 1px solid #444;
+ display: block;
+ margin-top: -15px;
+ margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
@@ -27,6 +39,10 @@ h1 {
}
}
+.players .table {
+ color: black;
+}
+
.table {
margin-bottom: 60px;
}