File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments