mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
1770319ac2
* Created css vars for every less var * Finish converting Less var to CSS vars
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
a {
|
|
font-weight: 600 !important;
|
|
text-decoration: none;
|
|
|
|
&:not(.a--nocolor) {
|
|
color: var(--color-surprise);
|
|
}
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|