Hi,
I checked your site, that color is overridden by css in the template file of your site. I have solution for you. Open the template.css in the "caviarandzombies_dark_test/css/" and add this css code section at the end of file.
Code:
body #Kunena {
color: #333 !important; /* or other color */
}
I hope it work.