mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
7 lines
98 B
SCSS
7 lines
98 B
SCSS
@import '../constants/colors';
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: darken($bg-primary, 10%);
|
|
}
|