Skip to content

Commit

Permalink
Update default getColorOpt()
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Nov 25, 2021
1 parent 4408940 commit 37bc68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ function getThemeOpt()
function getColorOpt()
{
if (!isset($_COOKIE['color'])) {
$color = "#d8224c";
$color = "#2b8080";
} else {
$color = $_COOKIE['color'];
}
Expand Down

0 comments on commit 37bc68c

Please sign in to comment.