From 14e01c9007a91bfb9890570dfe24d3c08adeb39a Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 24 May 2023 19:32:13 +0100 Subject: [PATCH] Birthday --- app/scss/custom.scss | 20 +++++++++++++++++++ app/templates/base.html | 8 ++++++-- app/templates/macros/reviews.html | 6 +++--- app/templates/macros/threads.html | 2 +- .../packages/review_create_edit.html | 2 +- app/templates/packages/review_votes.html | 2 +- app/templates/threads/view.html | 2 +- 7 files changed, 33 insertions(+), 9 deletions(-) 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 @@