From 68bbdfa3c900f7a7c295be6570bee8088c346725 Mon Sep 17 00:00:00 2001 From: "Kristi H." Date: Thu, 23 Jan 2025 22:14:43 +0000 Subject: [PATCH] First commit --- bookface_light.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bookface_light.php diff --git a/bookface_light.php b/bookface_light.php new file mode 100644 index 0000000..bc8860c --- /dev/null +++ b/bookface_light.php @@ -0,0 +1,35 @@ + lighten(10); + // overrid ugly blue accent color + if ( $link_color == "#33a2e0" ){ + $link_color = "#0066ff"; + } +$background_color = '#f2f4f7'; +$background_image = ''; +$contentbg_transp = 100; +$menu_background_hover_color = '#8080801a'; // rgba(128,128,128,.1) +$font_color = '#313131'; +$font_color_darker = '#333'; +$border_color = '#eee'; + +