website/web/static/css/theme-blue.css
2024-11-24 13:39:13 -08:00

30 lines
756 B
CSS

:root {
--bulma-primary-h: 204deg;
--bulma-primary-l: 60%;
--bulma-link-h: 200deg;
--bulma-link-l: 34%;
--bulma-scheme-h: 173;
}
/*
* 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: #d1f0ff;
}
.nonshy-forum-box-2 {
/* Nested box: "Latest Post" on Forum-level views */
background-color: #d6d9ff;
}
.nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */
background-color: #c2d2ff;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(66, 142, 255);
color: #fff;
}