diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2019-12-15 12:12:43 +0200 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2019-12-15 12:12:43 +0200 |
commit | 91f464f8f67e172f7276b3644e16b3b89a992113 (patch) | |
tree | 07146df76dbaa4f85ed5a7529df3fe4d2a165872 /exampleSite | |
parent | 87a3e08685f778be507f6c835dc4e815b2bba964 (diff) |
Design updates - dark mode finished, mini fixes
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 15 | ||||
-rw-r--r-- | exampleSite/content/issues/2019-10-04-testing-cstate-functions.md | 1 |
2 files changed, 15 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index a894d26..98f95c0 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -172,6 +172,21 @@ params: # STRING; `monthly`, `yearly`, `none` incidentHistoryFormat: "yearly" + # Disable dark mode + # + # If your OS and browser support the + # `prefers-color-scheme` media query, + # cState will automatically switch to + # a darker user interface. + # + # cState uses its built-in colors for + # most of the interface to ensure + # a good user experience. + # + # Default: false + # BOOLEAN; `true`, `false` + disableDarkMode: false + # Should we show the logo or the title # of the status page? # diff --git a/exampleSite/content/issues/2019-10-04-testing-cstate-functions.md b/exampleSite/content/issues/2019-10-04-testing-cstate-functions.md index e8e2250..efdf7d7 100644 --- a/exampleSite/content/issues/2019-10-04-testing-cstate-functions.md +++ b/exampleSite/content/issues/2019-10-04-testing-cstate-functions.md @@ -1,7 +1,6 @@ --- title: Testing New cState Features date: 2019-10-04 18:05:00 -resolvedWhen: 2019-10-04 18:05:00 informational: true section: issue --- |