Add link styles

This commit is contained in:
Ben Ogle
2013-09-05 13:45:50 -07:00
parent f336ebf668
commit f7ba202720
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
@import "root-view.less";
@import "buttons.less";
@import "icons.less";
@import "links.less";
@import "sections.less";
@import "overlay.less";
@import "lists.less";

9
static/links.less Normal file
View File

@@ -0,0 +1,9 @@
@import "ui-variables";
a {
color: @text-color-highlight;
&:hover {
color: @text-color-highlight;
text-decoration: underline;
}
}