I am changing the color code in this line in the mantra template but i do not see any changes in the main nemu?
is this right code to change main menu font color?
`}
#access a {
display: block;
padding: 0.5em 1.5em;
font-size: 0.95em;
text-decoration: none;
color: #5f5b5b;
}
changed to
}
#access a {
display: block;
padding: 0.5em 1.5em;
font-size: 0.95em;
text-decoration: none;
color: #FFF;
}