Noah Petherbridge
92a376786d
* Update the CSS and add a theme selector to the Chat Settings to force a light or dark mode theme (default is automatic).
3 lines
154 B
CSS
3 lines
154 B
CSS
/* Custom nonshy color overrides for Bulma's dark theme
|
|
(prefers-dark edition) */
|
|
@import url("chat-dark.css") screen and (prefers-color-scheme: dark); |