jsketcher/modules/ui/styles/global/links.less
Val Erastov (xibyte) 0014150207 work on typography
2020-05-21 17:17:06 -07:00

7 lines
No EOL
106 B
Text

a {
color: @font-color;
text-decoration: underline;
&:hover {
color: @color-text-highlight
}
}