nikolabojkovic / nikolabojkovic.github.io

0 stars 0 forks source link

Light/Dark theme option #72

Open nikolabojkovic opened 2 years ago

nikolabojkovic commented 2 years ago

On button click in header switch between available themes (light and dark theme for now). See color differences in figma.

Selected theme should be saved in local storage so that if user close the tab and open it again last selected theme should be shown.

Default theme should be dark theme.

How to implement themes using css - example: https://medium.com/@haxzie/dark-and-light-theme-switcher-using-css-variables-and-pure-javascript-zocada-dd0059d72fa2

nikolabojkovic commented 2 years ago

Comment by @MarkoBojkovicGithub: i cant implement Style for button, dopdown-list, before i create nav bar. Task is finished, only style will be added later.