From bc9ad24c76d94a09323e8cff4e0ac902a6b8ae8e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 27 Dec 2023 22:44:24 -0500 Subject: [PATCH] Added badge color light blue --- get_settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/get_settings.php b/get_settings.php index fc7893bd..72a1a13d 100644 --- a/get_settings.php +++ b/get_settings.php @@ -132,6 +132,7 @@ $theme_colors_array = array ( ); $colors_array = array ( + 'lightblue', 'blue', 'green', 'cyan',