updated compiled and minified, fix bug where links didn't inherit font weight
This commit is contained in:
parent
e179f0acb3
commit
4512cc5652
3 changed files with 6 additions and 4 deletions
|
|
@ -87,6 +87,7 @@ a {
|
|||
color: @linkColor;
|
||||
text-decoration: none;
|
||||
line-height: inherit;
|
||||
font-weight: inherit;
|
||||
&:hover {
|
||||
color: @linkColorHover;
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue