[CSS] Background noise is back, default_theme directory hierarchy simplified

[PLUGINS][Oomox] Fixed issue where resetting colours when no entity was present would lead to an error (it expected an entity, but NULL was given)
This commit is contained in:
2022-02-08 14:12:59 +00:00
parent 7b0667109d
commit ba131bdb16
29 changed files with 108 additions and 95 deletions

View File

@@ -5,7 +5,7 @@
{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('assets/default_theme/css/pages/feeds.css') }}" type="text/css">
<link rel="stylesheet" href="{{ asset('assets/default_theme/pages/feeds.css') }}" type="text/css">
{% endblock stylesheets %}
{% block body %}