CSS Variables
RetroCities.css uses CSS custom properties for easy customization:
:root { --color-primary: #00ffff; --color-secondary: #ff00ff; --color-bg: #000033; --color-text: #ffffff; --font-main: 'Comic Sans MS', cursive; /* ... and many more */ }
Override these variables in your own stylesheet to customize the framework.