From b4bf656f5d19a6249d231c3ebb21bbac80ffb43f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 16 Mar 2019 16:40:08 +0000 Subject: [PATCH] Correct style order --- static/src/scss/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index f9bc07a..831f6dd 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -104,9 +104,9 @@ table td { } .navbar { + background-color: $black; padding-top: 0; padding-bottom: 0; - background-color: $black; .navbar-brand { font-size: $font-size-base; @@ -131,10 +131,10 @@ table td { footer { position: static; bottom: 0; + background-color: $black; width: 100%; height: 110px; color: lighten($black, 50); - background-color: $black; a { color: inherit; @@ -270,6 +270,6 @@ a.no-color-change { } .about-card { - background-color: $body-bg; border: 1px solid $body-color; + background-color: $body-bg; }