learn-searchcraft/custom.css
2025-11-22 19:58:34 -06:00

6 lines
173 B
CSS

:root {
--background-color: rgba(40, 42, 54, 0.8); /* Dracula dark */
--foreground-color: #f8f8f2;
--cursor-color: #f8f8f2;
--font-family: "Fira Code", monospace;
}