From e5f669ccb6938787a813786c0bf7dffd5d1a9dd0 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 26 May 2023 21:39:24 +0100 Subject: [PATCH] Revert "Birthday" and "Add birthday number and link to forum topic" This reverts commit 224fef683db7a76bea5acae55d71bce5644dd9e4. This reverts commit 14e01c9007a91bfb9890570dfe24d3c08adeb39a. --- app/scss/custom.scss | 20 ------------------- app/templates/base.html | 9 ++------- 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, 9 insertions(+), 34 deletions(-) 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 @@