mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
12 lines
165 B
SCSS
12 lines
165 B
SCSS
@import '../constants/colors';
|
|
|
|
a {
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
color: $font-light-bg-link;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|