diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:27:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:27:22 -0700 |
| commit | d6f37f3c568ed70a7e20fdaa5429501d5af406a7 (patch) | |
| tree | 3cf8a347963a30b409da92a82b6715f0c80f9ef8 /less/variables.less | |
| parent | 376bd20b3a8714546c87676a6cc87ed1f85e7c90 (diff) | |
| download | bootstrap-d6f37f3c568ed70a7e20fdaa5429501d5af406a7.tar.xz bootstrap-d6f37f3c568ed70a7e20fdaa5429501d5af406a7.zip | |
@link-color-hover to @link-hover-color
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 3ad356fc8..2b82998dc 100644 --- a/less/variables.less +++ b/less/variables.less @@ -35,7 +35,7 @@ // ------------------------- @link-color: @brand-primary; -@link-color-hover: darken(@link-color, 15%); +@link-hover-color: darken(@link-color, 15%); // Typography // ------------------------- |
