css: blue -> black links
This commit is contained in:
parent
e03fc16b52
commit
c26a0ae1e4
|
@ -630,6 +630,9 @@ a:hover { text-decoration: underline; }
|
|||
*********************************************/
|
||||
|
||||
nav .menu > li { margin: 1px 10px; }
|
||||
nav .menu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
* Tagline & Sponsors
|
||||
|
|
Loading…
Reference in New Issue