The older I get, the more I just want slip on shoes
| Blog | https://samwarnick.com |
| Blog | https://samwarnick.com |
I'm writing my jam game as a web game, using HTML/CSS/JS (React). I can't get over how effective this super lazy "CRT effect" is.
background: var(--black);
text-shadow:
-2px 0px 2px var(--pink),
2px 0px 2px var(--darker-cyan);
color: var(--cyan);
That's it!
Not quite the overhaul I was imagining, but made some tweaks. Added a background image and changed from Calistoga to League Spartan for headings. Mostly kept the same color scheme.