Just use navy for links

This commit is contained in:
snipe 2020-03-28 01:37:13 -07:00
parent 07708f530e
commit 57cb5146fc

View file

@ -89,7 +89,9 @@
a {
color: @navy;
&:hover {
color: darken(@navy, 20%);
color: @navy;
text-decoration: underline;
}
&:visited {
color: @navy;