/* Page team bell: black in light mode, white in dark mode */
.vril-page-team-bell-svg {
    color: #111;
}

[data-bs-theme="dark"] .vril-page-team-bell-svg {
    color: #fff;
}
