|
|
|
|
|
by Nadya
3359 days ago
|
|
Links should have a different colored :hover state (accessibility concerns) and there is a typo for the font-size of the `vol` class. Not sure if you're in charge of the CSS as well. :) .vol {
margin-left: 5%;
font-family: Arial, Helvetica, sans-serif;
font-size=2.5em; // = should be :
}
|
|
I agree about the :hover state for accessibility but since that touches the entire site (or at least should) and we already have some :hover stuff on the certain elements it requires a little thought/experimenting (more than I have time for this afternoon anyway).