1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Update default getColorOpt()

This commit is contained in:
billz 2021-11-25 08:06:17 +00:00
parent b90777b550
commit 4d00bd9e94

View File

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