website/web/static/css/theme-blue-pink.css
Noah Petherbridge 3416d647fc Blue-pink color scheme fix
* On the blue-pink color scheme, make the Mobile chat nav color be pink
  instead of blue for consistency with the Desktop chat nav tag color.
2024-12-03 21:34:05 -08:00

31 lines
825 B
CSS

:root {
--bulma-primary-h: 300deg;
--bulma-primary-l: 80%;
--bulma-link-h: 204deg;
--bulma-link-l: 50%;
--bulma-scheme-h: 299;
--bulma-scheme-s: 22%;
}
/*
* 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: #fbd1ff;
}
.nonshy-forum-box-2 {
/* Nested box: "Latest Post" on Forum-level views */
background-color: #ddd0f1;
}
.nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */
background-color: #e7c2ff;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link, .nonshy-mobile-notification .tag.is-link {
background-color: rgb(255, 104, 247);
color: #606;
}