From a174900154d1f54ced1a2916bda26e2978890f3b Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 7 Nov 2018 20:26:30 -0600 Subject: 2018-11-07 20:26 --- public/style.css | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/public/style.css b/public/style.css index 1e90d51..5895c04 100644 --- a/public/style.css +++ b/public/style.css @@ -1,20 +1,30 @@ h1 { text-align: center; + color: #c5c8c6; } h2 { width: 100%; text-align: center; - border-bottom: 1px solid #000; + border-bottom: 1px solid #f0c674; + color: #f0c674; line-height: 0.1em; margin: 30px 0 20px; } +h3 { + color: #c5c8c6; +} + h2 span { - background:#fff; + background: #1d1f21; padding:0 10px; } +hr { + border: 1px solid #f0c674; +} + p { display: flex; justify-content: space-between; @@ -26,12 +36,13 @@ body{ line-height:1.6; font-size:16px; font-family: Sans-Serif; - background-color:#ffffff; - color:#454545; - padding:0 10px; - text-align:left; + background-color: #1d1f21; + color: #969896; + padding: 0 10px; + text-align: left; } a { - text-decoration : none + text-decoration: none; + color: #81a2be; } -- cgit v1.2.3