Arquivos
2013-09-12 14:04:17 -07:00

11 linhas
164 B
Plaintext

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