aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2019-12-15 12:37:26 +0200
committerMantas Vilčinskas <hi@mnts.lt>2019-12-15 12:37:26 +0200
commitd04adae5f8ac3e8296b2efc1c455abdafc37eb60 (patch)
tree16a26395839b6e56c836f84fb3cda31d1b226ffb /exampleSite/config.yml
parent91f464f8f67e172f7276b3644e16b3b89a992113 (diff)
Fix #83 - hex colors now need hash
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml24
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