mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04: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;
|
|
}
|
|
}
|