Merge pull request #67 from earlew/master
minor fix to link color settings
This commit is contained in:
commit
6fe2880746
1 changed files with 3 additions and 3 deletions
|
@ -28,14 +28,14 @@ a {
|
|||
text-decoration: none;
|
||||
color: @link-color;
|
||||
&:visited {
|
||||
color: lighten(@link-color, 20);
|
||||
color: @linkcolorvisited;
|
||||
}
|
||||
&:hover {
|
||||
color: darken(@link-color, 20);
|
||||
color: @linkcolorhover;
|
||||
}
|
||||
&:focus {
|
||||
outline: thin dotted;
|
||||
color: darken(@link-color, 20);
|
||||
color: @linkcolorfocus;
|
||||
}
|
||||
&:hover,
|
||||
&:active {
|
||||
|
|
Loading…
Reference in a new issue