pulsar/static/links.less
2013-09-10 12:00:47 -07:00

10 lines
145 B
Plaintext

@import "ui-variables";
a {
color: @text-color-highlight;
&:hover {
color: @text-color-highlight;
text-decoration: underline;
}
}