Files
atom/static/icons.less
2013-09-10 11:59:49 -07:00

10 lines
145 B
Plaintext

@import "ui-variables";
a.icon, button.icon {
text-decoration: none;
color: @text-color;
&:hover{
color: @text-color-highlight;
}
}