mirror of https://gitlab.com/brutaldon/brutaldon
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.
This commit is contained in:
parent
e4c0f42b14
commit
c9e49b5525
|
@ -31,6 +31,8 @@
|
|||
<link rel="stylesheet"
|
||||
href="{% static preferences.theme.main_css %}">
|
||||
<link rel="stylesheet" href="{% static preferences.theme.tweaks_css %}">
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'css/magnific-popup.css' %}">
|
||||
{% if not preferences.theme.is_brutalist %}
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'css/fork-awesome.min.css' %}">
|
||||
|
@ -38,8 +40,6 @@
|
|||
href="{% static 'css/bulma-badge.min.css' %}">
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'css/bulma-tooltip.min.css' %}">
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'css/magnific-popup.css' %}">
|
||||
{% endif %}
|
||||
{% if not preferences.no_javascript %}
|
||||
<script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script>
|
||||
|
|
Loading…
Reference in New Issue