From c7e38dfcfb273d7bb126bc5f497ac9943abf6e3a Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Sun, 2 Apr 2023 21:15:51 +0000 Subject: [PATCH] Change navbar colour in image groups --- gallery/templates/groups/group.html | 14 ++++ gallery/templates/layout.html | 14 ++-- gallery/themes/default/components/banner.sass | 70 ++++++++++++------- .../themes/default/components/gallery.sass | 10 +-- .../themes/default/components/navigation.sass | 16 ++--- 5 files changed, 78 insertions(+), 46 deletions(-) diff --git a/gallery/templates/groups/group.html b/gallery/templates/groups/group.html index 9556124..3f388c8 100644 --- a/gallery/templates/groups/group.html +++ b/gallery/templates/groups/group.html @@ -3,6 +3,9 @@ {% block head %} {% endblock %} diff --git a/gallery/templates/layout.html b/gallery/templates/layout.html index 70cb4a0..9e776fc 100644 --- a/gallery/templates/layout.html +++ b/gallery/templates/layout.html @@ -58,11 +58,11 @@