diff options
author | Mario <mario@mariovavti.com> | 2023-01-25 10:59:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-25 10:59:17 +0000 |
commit | 56361fa2fc42eefde4794358986187a508c7054e (patch) | |
tree | 3f31057ea0331143a871840387af69062561f60f /view/theme/redbasic/php | |
parent | fedce4cd74763574492770c2abefc1cbe9bc90ea (diff) | |
download | volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.tar.gz volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.tar.bz2 volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.zip |
theme fixes
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index abfac05b6..5d603fd04 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -32,4 +32,5 @@ function redbasic_init(&$a) { } App::$page['color_mode'] = 'data-bs-theme="' . $mode . '"'; + App::$page['theme_color'] = 'rgb(248, 249, 250)'; } |