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