and that very effectively changes the background and font color for .hometab, but that’s the li, and you want to change the font color of the a…
so, change this:
.hometab {
to this:
.hometab a {
and that very effectively changes the background and font color for .hometab, but that’s the li, and you want to change the font color of the a…
so, change this:
.hometab {
to this:
.hometab a {