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