aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 10:07:15 +0200
committerMark Otto <[email protected]>2013-09-01 10:07:15 +0200
commitdfda3dfe3727fdd292d73cb7d9de5699527e3216 (patch)
tree7ae443956b3aa01bf7457363954a3d9c08c3fe23 /customize.html
parent7f6210cea4f19a2f30892577e27744df02e1458a (diff)
downloadbootstrap-dfda3dfe3727fdd292d73cb7d9de5699527e3216.tar.xz
bootstrap-dfda3dfe3727fdd292d73cb7d9de5699527e3216.zip
fixes #10246: Use correct variable for link hover color in Customizer
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>