diff --git a/server/static/style.css b/server/static/style.css index 7167090..7dbe65e 100644 --- a/server/static/style.css +++ b/server/static/style.css @@ -2,14 +2,16 @@ margin: 0; } -html, -body { +html { + background-color: #22252b; height: 100%; } body { + background-color: #111217; display: flex; flex-direction: column; + height: 100%; } .right { @@ -23,12 +25,12 @@ body { } header { - border-bottom: 1px solid #fff; + border-bottom: 1px solid #383a41; height: 60px; min-height: 60px; padding: 0 10px; - background-color: #16191f; + background-color: #22252b; color: #eee; font-family: Helvetica Neue, Roboto, Arial, sans-serif; font-size: 24px; @@ -59,6 +61,7 @@ header a { } .content p { + color: #d5dbdb; font-family: Helvetica Neue, Roboto, Arial, sans-serif; font-size: 20px; line-height: 1.8rem; @@ -67,13 +70,13 @@ header a { } footer { - border-top: 1px solid #fff; + border-top: 1px solid #383a41; flex-shrink: 0; height: 40px; overflow-y: hidden; padding: 0 10px; - background-color: #16191f; + background-color: #22252b; color: #d5dbdb; font-family: Helvetica Neue, Roboto, Arial, sans-serif; font-size: 12px;