mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Update picker w/ correct default
This commit is contained in:
parent
5cbe9eba94
commit
c4a2649267
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
2
dist/raspap/css/style.css
vendored
2
dist/raspap/css/style.css
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue