Just use navy for links
This commit is contained in:
parent
07708f530e
commit
57cb5146fc
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@
|
||||||
a {
|
a {
|
||||||
color: @navy;
|
color: @navy;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: darken(@navy, 20%);
|
color: @navy;
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
}
|
}
|
||||||
&:visited {
|
&:visited {
|
||||||
color: @navy;
|
color: @navy;
|
||||||
|
|
Loading…
Add table
Reference in a new issue