mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Update default getColorOpt()
This commit is contained in:
parent
b90777b550
commit
4d00bd9e94
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ function getThemeOpt()
|
|||
function getColorOpt()
|
||||
{
|
||||
if (!isset($_COOKIE['color'])) {
|
||||
$color = "#d8224c";
|
||||
$color = "#2b8080";
|
||||
} else {
|
||||
$color = $_COOKIE['color'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue