devkennyy / rungeon

🏃‍♂️Open source, puzzle based adventure game in your browser
https://rungeon.live/
GNU General Public License v3.0
17 stars 21 forks source link

404 page doesn't fit style #125

Closed devkennyy closed 2 years ago

devkennyy commented 2 years ago

This page was automatically generated by Firebase and needs modifying. Should have the same style as the main site (color pallete, font-size etc.)

staranbeer commented 2 years ago

hey! i would like to work on this issue. but because of the themes on the website, does the page have to match the theme or just a generic page with global styles applied would do. thanks

gruelingpine185 commented 2 years ago

Hello, you should use the themes available on the main page (localhost:3000/index.html). There are 7 of them including the default theme. There is a file called themes.js and there is a function that may be of interest: setTheme(). Essentially all it does is change the theme-xxx class in the #body and all elements inside the body tags will be updated. This functionality is pretty new, so it may have some issues here and there. If you need anything or have any questions feel free to comment below

devkennyy commented 2 years ago

Closed by [#129]