diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 3f737cbb..8215625e 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -209,23 +209,3 @@ pre { } @import "dracula.scss"; - -body > nav.navbar.bg-primary { - background: linear-gradient(to top, #600060, #a000a0); - - .navbar-nav .nav-link { - color: rgba(255,255,255,0.8); - &:hover { - color: white; - } - } - - .btn-secondary { - background: #a000a0; - border-color: #a000a0; - } - - input[type='text'] { - border-color: #a000a0; - } -} diff --git a/app/templates/base.html b/app/templates/base.html index 14b3bfe1..0d5a9928 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -16,7 +16,7 @@ {%- endif %} - + {% if noindex -%} @@ -28,12 +28,7 @@