mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03: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;
|
|
}
|
|
}
|