From 71dc471fb330ca84e93b480ba090e7dd308ca69d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Nov 2020 12:17:41 +0000 Subject: [PATCH] CSS: Remove old navbar styling Signed-off-by: Michael Tremer --- src/scss/style.scss | 33 --------------------------------- src/templates/base.html | 4 ++-- 2 files changed, 2 insertions(+), 35 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index c5880465..ba43ad42 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -111,39 +111,6 @@ pre { } } -.nav { - .nav-link { - color: $white; - - &.active { - color: $link-color; - border-left: 2px solid $link-color; - } - } -} - -.navbar { - background-color: rgba($gray-400, .06); - - // Webkit is being stupid and cannot figure out the height - // of the navbar by itself - min-height: $navbar-height; - - .navbar-brand { - color: inherit; - } - - .navbar-nav { - .nav-link { - color: inherit; - - &.active { - border-bottom: 2px solid $link-color; - } - } - } -} - .bg-brand { min-height: 40rem; diff --git a/src/templates/base.html b/src/templates/base.html index a065e058..82efc453 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -21,10 +21,10 @@ -