Update picker w/ correct default

This commit is contained in:
billz 2022-04-24 10:11:01 +01:00
parent 5cbe9eba94
commit c4a2649267
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ var hueb = new Huebee( elem, {
// Set custom color if defined
var color = getCookie('color');
if (color == null || color == '') {
color = '#d8224c';
color = '#2b8080';
}
hueb.setColor(color);

View file

@ -48,7 +48,7 @@ span.ra-wireguard:before {
.ra-raspap:before {
font-size: 4.35rem;
content: "\e901";
color: #d8224c;
color: #2b8080;
margin-left: 0.1em;
}