mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
1cf1037c93
* Started refactoring redux stores * Oh God huge refactor here * Sync contenst updates and nested folders * Fixed render tests * A bunch of tweaks
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
@import '../constants/colors';
|
|
|
|
a {
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
color: @font-light-bg-link;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|