pulsar/static/links.less

11 lines
164 B
Plaintext
Raw Normal View History

2013-09-06 00:45:50 +04:00
@import "ui-variables";
a {
2013-09-10 22:16:48 +04:00
cursor: pointer;
2013-09-06 00:45:50 +04:00
color: @text-color-highlight;
&:hover {
color: @text-color-highlight;
text-decoration: underline;
}
}