diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-24 13:57:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-24 13:57:26 +0200 |
commit | a18c73d6471f23543eb648926f07f46d20d5e8d2 (patch) | |
tree | 2c839d78e89d624110f14fd1286513df4bb0a52f | |
parent | 9b04b352230f3fbb828005b00c4b7b12d2b07a20 (diff) |
#55
-rw-r--r-- | exampleSite/config.yml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index c44c1d0..74d30b4 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -179,19 +179,20 @@ params: incidentPostsPerPage: 10 # Colors throughout cState + # HEX codes without the # # # 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 |