Implement a dark mode. Also make sure the website stores the preferred theme in LocalStorage. Todo: - [x] Implement dark mode in CSS - [ ] Implement toggle (navbar?) to switch between the selection - [ ] Save the selected theme into LocalStorage - [ ] Upon loading the website, check if there's a value for the selected theme stored in LocalStorage, load that if present
Implement a dark mode. Also make sure the website stores the preferred theme in LocalStorage.
Todo: