diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-01-27 10:43:29 +0200 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-01-27 10:43:29 +0200 |
commit | 8dd25fab185f5e1d7dc2db10a833b4977f801cd5 (patch) | |
tree | 5a8a2f7b93f65b4faa60debae2b44d31f979775c /exampleSite | |
parent | 5f364a5ef49c6ace597399442ba3556be2cfee89 (diff) |
Fixing a11y, colors, UX, minor cleanup
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 20 | ||||
-rw-r--r-- | exampleSite/content/issues/2018-05-25-us-east-conn-issues.md | 2 | ||||
-rw-r--r-- | exampleSite/content/issues/2018-06-13-maintenance-window.md | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 5015890..f06609b 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -182,16 +182,16 @@ params: # # Defaults: # - # brand: #181818 - # ok: 228B22 - # warning: EE7600 - # down: DC143C - # notice: 708090 - brand: 181818 - ok: 228B22 - disrupted: EE7600 - down: DC143C - notice: 708090 + # 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 # If the status page shows that # there are disruptions or outages diff --git a/exampleSite/content/issues/2018-05-25-us-east-conn-issues.md b/exampleSite/content/issues/2018-05-25-us-east-conn-issues.md index 96c228c..524035b 100644 --- a/exampleSite/content/issues/2018-05-25-us-east-conn-issues.md +++ b/exampleSite/content/issues/2018-05-25-us-east-conn-issues.md @@ -4,7 +4,7 @@ date: 2018-05-25 04:13:00 resolved: true resolvedWhen: 2018-05-25 04:13:59 # Possible severity levels: down, disrupted, notice -severity: disrupted +severity: down affected: - API - Media Proxy diff --git a/exampleSite/content/issues/2018-06-13-maintenance-window.md b/exampleSite/content/issues/2018-06-13-maintenance-window.md index e21ae4d..0610928 100644 --- a/exampleSite/content/issues/2018-06-13-maintenance-window.md +++ b/exampleSite/content/issues/2018-06-13-maintenance-window.md @@ -4,7 +4,7 @@ date: 2018-06-13 15:54:00 resolved: false resolvedWhen: 2018-06-13 17:30:00 # Possible severity levels: down, disrupted, notice -severity: notice +severity: disrupted affected: - API section: issue |