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.icon, button.icon {
|
|
text-decoration: none;
|
|
color: @text-color;
|
|
&:hover{
|
|
color: @text-color-highlight;
|
|
}
|
|
}
|