mirror of
https://github.com/atom/atom.git
synced 2026-02-05 20:25:04 -05:00
19 lines
272 B
Plaintext
19 lines
272 B
Plaintext
@import "ui-variables";
|
|
@import "../mixins/mixins";
|
|
|
|
// Links
|
|
|
|
a {
|
|
cursor: pointer;
|
|
color: @text-color-highlight;
|
|
text-decoration: none;
|
|
&:hover,
|
|
&:focus {
|
|
color: @text-color-highlight;
|
|
text-decoration: underline;
|
|
}
|
|
&:focus {
|
|
.tab-focus();
|
|
}
|
|
}
|