typo, offwhite -> off-white
All checks were successful
/ build (push) Successful in 31s

This commit is contained in:
Nycki 2025-03-21 19:21:04 -07:00
parent 4713366dac
commit feefaa591b

View file

@ -9,7 +9,7 @@ html {
--font-family: comic-mono, consolas, sans-serif;
--syntax-tab-size: 2;
--background-light: var(--xkcd-offwhite);
--background-light: var(--xkcd-off-white);
--text-light: var(--xkcd-dark-grey);
--link-light: var(--xkcd-teal);
--accent-light: var(--xkcd-red-orange);