diff options
author | Mario <mario@mariovavti.com> | 2023-01-20 11:19:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-20 11:19:39 +0000 |
commit | fbda34935d7cdb1a8672738d613f053b9530ff28 (patch) | |
tree | c8a4e7ac42bf107bbc7822255a26636c05b7203d /view/theme | |
parent | c5ca7f236f754441a5dd925719c06c3294bd8cd3 (diff) | |
download | volse-hubzilla-fbda34935d7cdb1a8672738d613f053b9530ff28.tar.gz volse-hubzilla-fbda34935d7cdb1a8672738d613f053b9530ff28.tar.bz2 volse-hubzilla-fbda34935d7cdb1a8672738d613f053b9530ff28.zip |
remove dark schema quirks
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 8485d4dfe..aef688ef2 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -133,10 +133,6 @@ if(file_exists('view/theme/redbasic/css/style.css')) { $x = file_get_contents('view/theme/redbasic/css/style.css'); - if($schema === 'dark' && file_exists('view/theme/redbasic/schema/bootstrap-nightfall.css')) { - $x .= file_get_contents('view/theme/redbasic/schema/bootstrap-nightfall.css'); - } - if($narrow_navbar && file_exists('view/theme/redbasic/css/narrow_navbar.css')) { $x .= file_get_contents('view/theme/redbasic/css/narrow_navbar.css'); } |