1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
:root { color-scheme: dark light; font-family: ui-sans-serif, system-ui, -apple-system, sans-serif; } body { margin: 0; padding: 1rem; } canvas { background: #111; width: 100%; max-width: 1280px; height: auto; border: 1px solid #555; }