insomnia/app/ui/css/components/links.less

12 lines
166 B
Plaintext
Raw Normal View History

2016-03-23 05:26:27 +00:00
@import '../constants/colors';
2016-03-16 05:49:42 +00:00
a {
font-weight: 600;
2016-03-16 05:49:42 +00:00
text-decoration: none;
2017-01-23 22:41:31 +00:00
color: var(--color-surprise);
2016-07-07 20:10:55 +00:00
&:hover {
text-decoration: underline;
}
2016-03-16 05:49:42 +00:00
}