https://domlink.deployments.hotsocket.fyi/
1:root {
2 color-scheme: light dark;
3}
4* {
5 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
6}
7
8body {
9 margin: 0 auto;
10 margin-top: 10em;
11 max-width: fit-content;
12 display: flex;
13 background-color: Canvas;
14}
15
16button {
17 margin-top: 1em;
18 border: 1px solid ButtonBorder;
19 color: ButtonText !important;
20 border-radius: 1em;
21 background-color: AccentColor;
22}