pulsar/static/links.less
2013-09-12 14:04:17 -07:00

11 lines
164 B
Plaintext

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