diff options
Diffstat (limited to 'theme/admin/html/migration.php')
-rw-r--r-- | theme/admin/html/migration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/migration.php b/theme/admin/html/migration.php index 1b5be2c..082b95b 100644 --- a/theme/admin/html/migration.php +++ b/theme/admin/html/migration.php @@ -1,4 +1,4 @@ -<?php $theme = isset($_COOKIE['dark_mode']) ? 'dark' : 'main'; ?> +<?php $theme = isset($_COOKIE['dark_mode']) ? 'dark' : 'bright'; ?> <!DOCTYPE html> <html lang="<?=$BLOGMETA['LANG']?>"> <head> |