theme fixes

This commit is contained in:
Mario
2023-01-25 10:59:17 +00:00
parent fedce4cd74
commit 56361fa2fc
5 changed files with 24 additions and 23 deletions

View File

@@ -32,4 +32,5 @@ function redbasic_init(&$a) {
}
App::$page['color_mode'] = 'data-bs-theme="' . $mode . '"';
App::$page['theme_color'] = 'rgb(248, 249, 250)';
}