From 3b39bce5e61571f70a5e95768c306341758cf901 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 19 Feb 2025 21:48:47 +0000 Subject: [PATCH] Added contentbg_transp back Frio default stylesheet slipstream needs it. --- bookface_auto.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bookface_auto.php b/bookface_auto.php index 30a24de..403a023 100644 --- a/bookface_auto.php +++ b/bookface_auto.php @@ -32,3 +32,4 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->ge $nav_icon_color = '#65686C'; $font_color = '#313131'; $font_color_darker = '#333'; +$contentbg_transp = '0';