From c9e49b5525738634e10e17c98aaf04af11f6a2e6 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Fri, 22 Mar 2019 08:31:31 -0400 Subject: [PATCH] Include styling for lightbox even for brutalist themes It may make sense to use the lightbox with a brutalist theme, and without the included stylesheet, it may look like ass. --- brutaldon/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index cfae969..0c55ba3 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -31,6 +31,8 @@ + {% if not preferences.theme.is_brutalist %} @@ -38,8 +40,6 @@ href="{% static 'css/bulma-badge.min.css' %}"> - {% endif %} {% if not preferences.no_javascript %}