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 {
|
||||
color: @navy;
|
||||
&:hover {
|
||||
color: darken(@navy, 20%);
|
||||
color: @navy;
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
&:visited {
|
||||
color: @navy;
|
||||
|
|
Loading…
Add table
Reference in a new issue