<meta name="color-scheme" content="dark light"> <link rel="stylesheet" href="https://talon.computer/gmi.min.css"/>
:root { --foreground: black; --background: white; --line-height: 1.5; --font-size: 1.25rem; --mono: Consolas, monaco, monospace; --serif: font-family: georgia, times, serif; --sans-serif: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
You can customize these using the <html> tag of your document.
<html style="style="--foreground:#555555; --background:#9eebcf;">
CC0