From 726afde9ccb70e8f1adaa6f4dea81acd387ea8dc Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 6 Aug 2020 20:10:07 +0200 Subject: Style updates --- client/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3