Commit dfda3dfe authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 7f6210ce
Showing with 3 additions and 3 deletions
+3 -3
This diff is collapsed.
......@@ -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>
......
Supports Markdown
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