insomnia/app/ui/css/components/links.less
Gregory Schier 3ced73f903 Color Themes! (#77)
* Got 3 schemes

* Finished color picke
2017-01-20 13:54:03 -08:00

12 lines
155 B
Plaintext

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