mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
@import '../constants/colors';
|
|
|
|
a {
|
|
font-weight: 600 !important;
|
|
text-decoration: none;
|
|
|
|
&:not(.a--nocolor) {
|
|
color: var(--color-surprise);
|
|
}
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|