My site will be running two themes. Airhead and Boyz. I am running a module with a simple css. Here is a small portion of it:
|
Code:
|
.tableh1 {
background : #25558B;
color : #FFFFFF;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
} |
I would like the module's tables and such to change colors with the theme. I tried substituting $bgcolor1 and/or $bgcolor2 for #25558B, but this didn't work, it did nothing but remove the colors all together. I am not very good with themes. Could anyone help me out a little.