aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}