aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-01-02 21:09:34 +0200
committerGitHub <noreply@github.com>2020-01-02 21:09:34 +0200
commitfecbe4180df7377e99593de269598412e81323dc (patch)
treeed859931e50cc18e093d04cd501a5f7bb0a2394a
parent1b645f312aa2e5c0676632b6e7e123502dc3501b (diff)
v4.0.1
-rw-r--r--config.yml18
1 files changed, 16 insertions, 2 deletions
diff --git a/config.yml b/config.yml
index 3e474b1..b384501 100644
--- a/config.yml
+++ b/config.yml
@@ -183,7 +183,7 @@ params:
# most of the interface to ensure
# a good user experience.
#
- # Default: false
+ # Default: `false`
# BOOLEAN; `true`, `false`
disableDarkMode: false
@@ -261,9 +261,23 @@ params:
# and use the status indication
# colors that were just defined?
#
- # Default: true
+ # Default: `true`
# BOOLEAN; `true`, `false`
alwaysKeepBrandColor: true
+
+ # Introduced in v4.0.1 for consistent
+ # site title text color.
+ #
+ # If you do not use the logo, what color
+ # should the site text color be?
+ #
+ # Removing this option will not force
+ # any site text color. This is likely
+ # unwanted behavior.
+ #
+ # Default: `white`
+ # STRING; `white`, `black`, or nothing
+ headerTextColor: white
# Google Analytics tracking code
#