Prevent "system" class from being added to body.
This commit is contained in:
parent
899a414cf6
commit
72eaa685d0
@ -15,7 +15,7 @@
|
||||
<body class="
|
||||
{% if prefs.layout != "" %}{{ prefs.layout }}{% endif %}
|
||||
{% if prefs.wide == "on" %} wide{% endif %}
|
||||
{% if prefs.theme != "" %} {{ prefs.theme }}{% endif %}">
|
||||
{% if (prefs.theme == "dark" || prefs.theme =="light") %} {{ prefs.theme }}{% endif %}">
|
||||
<!-- NAVIGATION BAR -->
|
||||
<nav>
|
||||
<p id="logo">
|
||||
|
Loading…
Reference in New Issue
Block a user