templates for self-hosting game jams (or any other kind of jam tbh)
1/* display variables! skip the images if you don't want them */
2
3:root {
4 --background: #ECEBDE;
5 --foreground: #000000;
6 --accent: #A59D84;
7 --mainfont: 'Work Sans', Helvetica, Arial, sans-serif;
8 --headingfont: 'Knewave', 'Arial Black', sans-serif;
9 --roundedCorners: 0px;
10
11 --pageBgImage: url();
12 --contentBgImage: url();
13}