From fbda34935d7cdb1a8672738d613f053b9530ff28 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Jan 2023 11:19:39 +0000 Subject: remove dark schema quirks --- view/theme/redbasic/php/style.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'view/theme') 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'); } -- cgit v1.2.3