episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Allow user to specify stylesheet #294

Closed danielruss closed 3 years ago

danielruss commented 3 years ago

I'm not particularly happy with script tags inside the html, but this appeared to follow the logic used by the code. I added a line that check the location.hash for "style=xxx". If one is found, I grab the xxxx and call change style. I apologize for adding a console log to the the code. Feel free to clean up my mess.