Browse Source

Update picker w/ correct default

pull/1189/head
billz 1 year ago
parent
commit
c4a2649267
  1. 2
      app/js/huebee.js
  2. 2
      dist/raspap/css/style.css

2
app/js/huebee.js

@ -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

@ -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…
Cancel
Save