Added contentbg_transp back

Frio default stylesheet slipstream needs it.
This commit is contained in:
Random Penguin 2025-02-19 21:48:47 +00:00
parent 5e472cdccb
commit 3b39bce5e6

View file

@ -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';