diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 8215625e..3f737cbb 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -209,3 +209,23 @@ 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 0d5a9928..f91ca0c9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -16,7 +16,7 @@ {%- endif %} - + {% if noindex -%} @@ -28,7 +28,11 @@