jsketcher/modules/ui/styles/init/links.less
2020-03-09 23:46:16 -07:00

7 lines
No EOL
106 B
Text

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