insomnia/app/ui/css/components/links.less
Gregory Schier 1cf1037c93 Better Redux (#43)
* Started refactoring redux stores

* Oh God huge refactor here

* Sync contenst updates and nested folders

* Fixed render tests

* A bunch of tweaks
2016-11-16 09:18:39 -08:00

12 lines
164 B
Plaintext

@import '../constants/colors';
a {
font-weight: 600;
text-decoration: none;
color: @font-light-bg-link;
&:hover {
text-decoration: underline;
}
}