mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add link styles
This commit is contained in:
@@ -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
9
static/links.less
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "ui-variables";
|
||||
|
||||
a {
|
||||
color: @text-color-highlight;
|
||||
&:hover {
|
||||
color: @text-color-highlight;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user