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);
|