From cc192e86aac0ec074fa0963881b2bb45ebf3bd5b Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 19 Feb 2025 21:51:40 +0000 Subject: [PATCH] Added back contentbg_transp Frio default stylesheet slipstream needs it --- bookface_light.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookface_light.php b/bookface_light.php index 8f03fe1..64109e0 100644 --- a/bookface_light.php +++ b/bookface_light.php @@ -31,5 +31,5 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li $nav_icon_color = '#65686C'; $font_color = '#313131'; $font_color_darker = '#333'; - +$contentbg_transp = 100;