Commit dfda3dfe authored by Mark Otto's avatar Mark Otto

fixes #10246: Use correct variable for link hover color in Customizer

parent 7f6210ce
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment