Use a consistent color for links and menus

This commit is contained in:
Saivann 2013-07-11 20:09:02 -04:00
parent 7b79b996d8
commit d40dc08042
2 changed files with 14 additions and 8 deletions

View file

@ -35,12 +35,16 @@ h1 img,h2 img,h3 img{
p {
line-height:1.5em;
}
a:link,a:visited,a:active{
color:#4892b2;
a:link,
a:visited,
a:active{
color:#2c6fad;
text-decoration:none;
}
a:link:hover,a:visited:hover,a:active:hover{
color:#75bfdf;
a:link:hover,
a:visited:hover,
a:active:hover{
color:#63a4e1;
}
a img,a:link img,a:visited img,a:active img{
border:0;
@ -762,7 +766,7 @@ h2 .rssicon{
}
.press-volunteer>div>div>img:first-child+p{
font-weight:bold;
color:#0d579b;
color:#2c6fad;
margin:0px;
}
.press-volunteer>div>div>img:first-child+p+p{
@ -894,9 +898,11 @@ h2 .rssicon{
display:block;
margin-bottom:10px;
}
.press-news a:link,.press-news a:active,.press-news a:visited{
.press-news a:link,
.press-news a:active,
.press-news a:visited{
font-weight:bold;
color:#0d579b;
color:#2c6fad;
}
.press-news>div>a:first-child+a+a+p{
font-size:80%;