From e06e409eb54d14aea9ea21e4dd2f68923cc63e58 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Sun, 27 Jan 2019 11:22:22 +0200 Subject: Fixed color bug, colors now pass AA (one even passess AAA) --- exampleSite/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'exampleSite/config.yml') diff --git a/exampleSite/config.yml b/exampleSite/config.yml index f06609b..0e72d4c 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -182,16 +182,16 @@ params: # # Defaults: # - # brand: 080d11 - # ok: 008000 // EXCEPT IT'S BROKEN LOL - # warning: d33c0d - # down: e60000 - # notice: 3a5978 - brand: 080d11 - ok: 118000 - disrupted: d33c0d - down: e60000 - notice: 3a5978 + # 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 -- cgit v1.2.3-70-g09d2