diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2019-12-15 12:37:26 +0200 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2019-12-15 12:37:26 +0200 |
commit | d04adae5f8ac3e8296b2efc1c455abdafc37eb60 (patch) | |
tree | 16a26395839b6e56c836f84fb3cda31d1b226ffb /exampleSite | |
parent | 91f464f8f67e172f7276b3644e16b3b89a992113 (diff) |
Fix #83 - hex colors now need hash
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 98f95c0..3e474b1 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -237,20 +237,22 @@ params: incidentPostsPerPage: 10 # Colors throughout cState - # HEX codes without the # + # + # We recommend using HEX + # (with the # symbol). # # 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 |