2024-11-24 07:49:29 +00:00
|
|
|
:root {
|
|
|
|
--bulma-primary-h: 99deg;
|
|
|
|
--bulma-link-h: 112deg;
|
|
|
|
--bulma-link-l: 18%;
|
|
|
|
--bulma-scheme-h: 95;
|
|
|
|
--bulma-link-text: #009900;
|
2024-11-24 21:22:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 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: #d1ffd1;
|
|
|
|
}
|
|
|
|
.nonshy-forum-box-2 {
|
|
|
|
/* Nested box: "Latest Post" on Forum-level views */
|
|
|
|
background-color: #e3f1d0;
|
|
|
|
}
|
|
|
|
.nonshy-forum-box-3 {
|
|
|
|
/* Nested box: Topics/Posts/Users/View counters */
|
|
|
|
background-color: #c2ffe8;
|
|
|
|
}
|