diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-21 10:44:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-21 10:44:55 +0200 |
commit | 9b04b352230f3fbb828005b00c4b7b12d2b07a20 (patch) | |
tree | c0e5487cc8d711dd1facae97678318a34642b1fd | |
parent | 65343238571e26b1be93666e561cf305d5ac978b (diff) |
fix #55
-rw-r--r-- | exampleSite/config.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 0e72d4c..c44c1d0 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -182,16 +182,16 @@ params: # # Defaults: # - # brand: "0a0c0f" - # ok: "008000" - # disrupted: "cc4400" - # down: "e60000" - # notice: "24478f" - brand: "0a0c0f" - ok: "008000" - disrupted: "cc4400" - down: "e60000" - notice: "24478f" + # brand: "#0a0c0f" + # ok: "#008000" + # disrupted: "#cc4400" + # down: "#e60000" + # notice: "#24478f" + brand: "#0a0c0f" + ok: "#008000" + disrupted: "#cc4400" + down: "#e60000" + notice: "#24478f" # If the status page shows that # there are disruptions or outages |