mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
@import "ui-variables";
|
|
|
|
a {
|
|
cursor: pointer;
|
|
color: @text-color-highlight;
|
|
&:hover {
|
|
color: @text-color-highlight;
|
|
text-decoration: underline;
|
|
}
|
|
}
|