mirror of https://github.com/mikaku/Monitorix.git
fix the gap color in the white theme
This commit is contained in:
parent
02fd18fc54
commit
8642f98553
|
@ -253,7 +253,7 @@ if(!$config{theme}->{$color}) {
|
|||
$config{theme}->{$color}->{title_bg} = "777777";
|
||||
$config{theme}->{$color}->{title_fg} = "CCCC00";
|
||||
$config{theme}->{$color}->{graph_bg} = "CCCCCC";
|
||||
$config{theme}->{$color}->{gap} = "FFFFFF";
|
||||
$config{theme}->{$color}->{gap} = "000000";
|
||||
}
|
||||
|
||||
if($color eq "black") {
|
||||
|
|
Loading…
Reference in New Issue