mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
@import "ui-variables";
|
|
|
|
a {
|
|
color: @text-color-highlight;
|
|
&:hover {
|
|
color: @text-color-highlight;
|
|
text-decoration: underline;
|
|
}
|
|
}
|