d8593d89c0
* Move the forum box colors into dedicated styles that are easier to override for the new theme colors. * Updated the themes so forums and comment thread background cards now match your chosen style. * Add yellow and orange theme variants.
15 lines
385 B
CSS
15 lines
385 B
CSS
/*
|
|
* Forum Color overrides for dark theme.
|
|
*/
|
|
.nonshy-forum-box-1 {
|
|
/* Outermost box: Forum or Thread top-level wrappers */
|
|
background-color: #3b3516;
|
|
}
|
|
.nonshy-forum-box-2 {
|
|
/* Nested box: "Latest Post" on Forum-level views */
|
|
background-color: #423714;
|
|
}
|
|
.nonshy-forum-box-3 {
|
|
/* Nested box: Topics/Posts/Users/View counters */
|
|
background-color: #2c2c12;
|
|
} |