change pinhole default colour
This commit is contained in:
parent
6feff6441e
commit
01ac523e60
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use GuzzleHttp\Client;
|
|||
class Pihole implements Contracts\Applications, Contracts\Livestats {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#222';
|
||||
return '#2b0909';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue