mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
3ced73f903
* Got 3 schemes * Finished color picke
12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
@import '../constants/colors';
|
|
|
|
a {
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
color: @font-link;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|