Fix wrong global name

This commit is contained in:
Pierre Ardoin 2020-02-21 20:07:09 +01:00 committed by GitHub
parent 0aa4ee9d40
commit 86c6c922ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
}
<?php
if (!empty($conf->global->MAIN_THEME_DARKMODEENABLEDMAIN_THEME_DARKMODEENABLED)) {
if (!empty($conf->global->DMAIN_THEME_DARKMODEENABLED)) {
print "
@media (prefers-color-scheme: dark) {
:root {