From d8692d95d8780dbda46347bb939fd7907abece7b Mon Sep 17 00:00:00 2001 From: Christophe K <ckforall@gmail.com> Date: Sun, 23 Jun 2019 17:40:47 +0200 Subject: [PATCH] add setting for vlan's graph BG --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ba7b8c1..a154e59 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,9 @@ $config['webui']['custom_css'][] = "css/custom/styles.css"; ### https://docs.librenms.org/Support/Configuration/#webui-settings ## this add style is based on mono theme $config['site_style'] = "mono"; + +## BG color for vlan graph default = "#e3e3e3"; +$config['list_colour']['odd_alt2'] ="#0000002e"; */ + + -- GitLab