app/assets/less/variables.less: footer link color should reference @footer-text-color.
This commit is contained in:
parent
030ebbe104
commit
3acf748166
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@
|
||||||
@footer-height: 80px;
|
@footer-height: 80px;
|
||||||
@footer-border-color: @border-color;
|
@footer-border-color: @border-color;
|
||||||
@footer-text-color: @text-secondary-color;
|
@footer-text-color: @text-secondary-color;
|
||||||
@footer-link-color: @text-secondary-color;
|
@footer-link-color: @footer-text-color;
|
||||||
@footer-link-hover-color: darken(@text-secondary-color, 10%);
|
@footer-link-hover-color: darken(@footer-link-color, 10%);
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// Buttons
|
// Buttons
|
||||||
|
|
|
||||||
Reference in a new issue