2024-11-24 07:49:29 +00:00
|
|
|
:root {
|
|
|
|
--bulma-primary-h: 15deg;
|
|
|
|
--bulma-primary-l: 63%;
|
|
|
|
--bulma-link-h: 12deg;
|
|
|
|
--bulma-link-l: 30%;
|
|
|
|
--bulma-scheme-h: 0;
|
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: #ffd1d1;
|
|
|
|
}
|
|
|
|
.nonshy-forum-box-2 {
|
|
|
|
/* Nested box: "Latest Post" on Forum-level views */
|
|
|
|
background-color: #f1d8d0;
|
|
|
|
}
|
|
|
|
.nonshy-forum-box-3 {
|
|
|
|
/* Nested box: Topics/Posts/Users/View counters */
|
|
|
|
background-color: #ffd0c2;
|
2024-11-24 21:39:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Chat members in top nav bar on desktop */
|
|
|
|
.nonshy-navbar-notification-tag.is-link {
|
|
|
|
background-color: rgb(255, 66, 66);
|
|
|
|
color: #fff;
|
2024-11-24 07:49:29 +00:00
|
|
|
}
|