Hello. I’m stuck trying to keep the selected theme displaying when navigating between pages.
I’m trying to set the theme in sessionStorage. The sessionStorage value seems to persist on navigating to a new page, but on loading the page the default theme is applied.
I’d appreciate if someone could eyeball my code and suggest where I’m going wrong.
live page:
https://dominicbennett.github.io/portfolio/index.html
Repo:
https://github.com/DominicBennett/portfolio
Many thanks.