Colours of the links in error or warning messages are almost the same with their background colour. I had to add something like that so to distinguish them:
div.messages a{
color: #000000;
}same for tabs:
div.tabs a{
color: #000000;
}Colours of the links in error or warning messages are almost the same with their background colour. I had to add something like that so to distinguish them:
div.messages a{
color: #000000;
}same for tabs:
div.tabs a{
color: #000000;
}
Comments
Comment #1
jrpowell01 commentedagreed. The tabs are actually the same colors used in the forums which creates a big problem. Awesome theme though. One of my favs.
Comment #2
ipwa commentedCommitted to 6.x and 7.x branches. Thanks
Comment #3
ipwa commented