
:root {
color-scheme: dark;
--bg: #232535;
--accent-bg: #31365c;
--text: #dcdcdc;
--text-light: #ababab;
--accent: #ffb300;
--accent-hover: #ffe099;
--accent-text: var(--bg);
--code: #f06292;
--preformatted: #ccc;
--disabled: #111;
--sans-font: "Book Antiqua", Georgia, "Times New Roman", serif;
}
/* Add a bit of transparency so light media isn't so glaring in dark mode */
img,
video {
opacity: 0.8;
}
