UNPKG
responsivewebframework
Version:
latest (2.0.0)
2.0.0
Jalasoft Foundation Front End Framework ========================================
responsivewebframework
/
src
/
less
/
hyperlink.less
12 lines
(9 loc)
•
164 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// Hiperlinks
a
{
color
:
@link-color
;
font-size
: inherit;
text-decoration
:
@link-decoration
;
&
:hover
{
text-decoration
:
@link-hover-decoration
; } }