Prevent "system" class from being added to body.

This commit is contained in:
Matthew Crossman 2021-01-18 11:25:39 +11:00
parent 899a414cf6
commit 72eaa685d0
No known key found for this signature in database
GPG Key ID: 218BF1ABB2AABA24
1 changed files with 1 additions and 1 deletions

View File

@ -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">