Add the COLOR_THEME variable

This commit is contained in:
Arnaud Rebillout
2020-07-26 22:11:30 +07:00
parent 0a635b03c9
commit de62fe7b47
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
{% include 'fragments/google_analytics.html' %}
</head>
<body class="theme-base-0d">
<body class="theme-base-{{ COLOR_THEME if COLOR_THEME else '0d' }}">
{% include 'sidebar.html' %}
<div class="content container">
{% block content %}