mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
11 lines
140 B
CSS
11 lines
140 B
CSS
:root {
|
|
color-scheme: dark light;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: system-ui, sans-serif;
|
|
background: #0f0f0f;
|
|
color: #f5f5f5;
|
|
}
|