mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Just use navy for links
This commit is contained in:
parent
07708f530e
commit
57cb5146fc
|
@ -89,7 +89,9 @@
|
|||
a {
|
||||
color: @navy;
|
||||
&:hover {
|
||||
color: darken(@navy, 20%);
|
||||
color: @navy;
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
&:visited {
|
||||
color: @navy;
|
||||
|
|
Loading…
Reference in a new issue