Update default getColorOpt()

This commit is contained in:
billz 2021-11-25 08:05:38 +00:00
parent 4408940a3d
commit 37bc68c91a
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ function getThemeOpt()
function getColorOpt()
{
if (!isset($_COOKIE['color'])) {
$color = "#d8224c";
$color = "#2b8080";
} else {
$color = $_COOKIE['color'];
}