aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/customize.html b/customize.html
index 3ba8e2865..67d2edad5 100644
--- a/customize.html
+++ b/customize.html
@@ -421,15 +421,14 @@ base_url: "../"
<div class="col-lg-6">
<label>@headings-font-family</label>
<input type="text" class="form-control" placeholder="@font-family-base" data-var="@headings-font-family">
- <p class="help-block">Choose a separate font-family for headings.</p>
<label>@headings-font-weight</label>
<input type="text" class="form-control" placeholder="500" data-var="@headings-font-weight">
- <p class="help-block">Choose a separate font-weight for headings.</p>
</div>
<div class="col-lg-6">
<label>@headings-line-height</label>
<input type="text" class="form-control" placeholder="1.1" data-var="@headings-line-height">
- <p class="help-block">Choose a separate line-height for headings.</p>
+ <label>@headings-color</label>
+ <input type="text" class="form-control" placeholder="inherit" data-var="@headings-color">
</div>
</div>