aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/customize.html b/customize.html
index 4fe7dd55c..4b5ddc752 100644
--- a/customize.html
+++ b/customize.html
@@ -460,8 +460,8 @@ base_url: "../"
<label>@link-color</label>
<input type="text" class="form-control" placeholder="@brand-primary" data-var="@link-color">
<p class="help-block">Global link color for text.</p>
- <label>@link-color-hover</label>
- <input type="text" class="form-control" placeholder="darken(@link-color, 15%)" data-var="@link-color-hover">
+ <label>@link-hover-color</label>
+ <input type="text" class="form-control" placeholder="darken(@link-color, 15%)" data-var="@link-hover-color">
<p class="help-block">Automatically darken links on hover via color function.</p>
</div>
</div>