23 lines
579 B
CSS
23 lines
579 B
CSS
|
:root {
|
||
|
--bulma-primary-h: 39deg;
|
||
|
--bulma-link-h: 21deg;
|
||
|
--bulma-link-l: 39%;
|
||
|
--bulma-scheme-h: 34;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Forum Colors: with all the nested boxes, Bulma's default color scheme is
|
||
|
* too limited for a good experience.
|
||
|
*/
|
||
|
.nonshy-forum-box-1 {
|
||
|
/* Outermost box: Forum or Thread top-level wrappers */
|
||
|
background-color: #ffe2d1;
|
||
|
}
|
||
|
.nonshy-forum-box-2 {
|
||
|
/* Nested box: "Latest Post" on Forum-level views */
|
||
|
background-color: #f1e8d0;
|
||
|
}
|
||
|
.nonshy-forum-box-3 {
|
||
|
/* Nested box: Topics/Posts/Users/View counters */
|
||
|
background-color: #ffcbc2;
|
||
|
}
|