From c04542d3269c60f691419c8f6398b6adda49a4fc Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sun, 16 Feb 2025 21:43:59 +0000 Subject: [PATCH] Removed unused css vars (Issue #6) --- bookface_auto.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bookface_auto.php b/bookface_auto.php index 44f47e7..30a24de 100644 --- a/bookface_auto.php +++ b/bookface_auto.php @@ -30,7 +30,5 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->ge $link_color = "#0066ff"; } $nav_icon_color = '#65686C'; -$background_image = ''; -$contentbg_transp = 100; $font_color = '#313131'; $font_color_darker = '#333';