Skip to content

Commit fecbe41

Browse files
authored
v4.0.1
1 parent 1b645f3 commit fecbe41

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

config.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ params:
183183
# most of the interface to ensure
184184
# a good user experience.
185185
#
186-
# Default: false
186+
# Default: `false`
187187
# BOOLEAN; `true`, `false`
188188
disableDarkMode: false
189189

@@ -261,9 +261,23 @@ params:
261261
# and use the status indication
262262
# colors that were just defined?
263263
#
264-
# Default: true
264+
# Default: `true`
265265
# BOOLEAN; `true`, `false`
266266
alwaysKeepBrandColor: true
267+
268+
# Introduced in v4.0.1 for consistent
269+
# site title text color.
270+
#
271+
# If you do not use the logo, what color
272+
# should the site text color be?
273+
#
274+
# Removing this option will not force
275+
# any site text color. This is likely
276+
# unwanted behavior.
277+
#
278+
# Default: `white`
279+
# STRING; `white`, `black`, or nothing
280+
headerTextColor: white
267281

268282
# Google Analytics tracking code
269283
#

0 commit comments

Comments
 (0)