diff --git a/includes/functions.php b/includes/functions.php index 5a59bfad9..b50d1faa2 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -615,7 +615,7 @@ function getThemeOpt() function getColorOpt() { if (!isset($_COOKIE['color'])) { - $color = "#d8224c"; + $color = "#2b8080"; } else { $color = $_COOKIE['color']; }