Browse Source

Darkens link hover color

flex-list
jlukic 9 years ago
parent
commit
4a58afdd14
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/globals/site.variables

2
src/themes/default/globals/site.variables

@ -120,7 +120,7 @@
@linkColor : #4183C4;
@linkUnderline : none;
@linkHoverColor : darken(saturate(@linkColor, 10), 5);
@linkHoverColor : darken(saturate(@linkColor, 20), 15);
@linkHoverUnderline : @linkUnderline;
/*-------------------

Loading…
Cancel
Save