more color on links
This commit is contained in:
parent
9300e3964a
commit
7fbeb6fe46
|
@ -65,11 +65,11 @@ h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #246;
|
||||
color: #24f;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #479;
|
||||
color: #46c;
|
||||
}
|
||||
a:hover {
|
||||
color: #a52;
|
||||
|
|
Loading…
Reference in New Issue