I have this styling:
.content .chapter_text {
margin-bottom: 0em;
padding: 0.5em;
line-height: 1.5em;
}
.content .chapter_text li{
list-style-image: url("http://www.comehike.com/img/ui/circle.png");
margin-left:20px;
}
.content .chapter_text li a {
color: #7e9940;
text-decoration: none;
}
.content .chapter_text a:hover{
color: #3f6b30;
}
I can add font-size:125%; to the <p> tag declaration, but I really, just want to make the text of the links bigger. How could I do that?
Thanks!
or (all the
<a>):