From 6a816db6fc12935f129613a76febbdffa9ae91e5 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sun, 16 Feb 2025 21:45:21 +0000 Subject: [PATCH] Removed unused css vars (Issue #6) --- bookface_dark.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bookface_dark.php b/bookface_dark.php index 66c3917..f3e5a4a 100644 --- a/bookface_dark.php +++ b/bookface_dark.php @@ -31,8 +31,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li $link_color = "#0066ff"; } $nav_icon_color = '#B0B3B8'; -$contentbg_transp = '0'; $font_color = '#cccccc'; $font_color_darker = '#acacac'; $font_color_lighter = '#444444'; -$background_image = '';