Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Dark: Fix switch toggle when system preference is used | 2024-01-20 | -2/+4 | |
| | | | | Thanks to wookie for finding the bug. | |||
* | Optimistic fix for FOUC on initial site load | 2024-01-18 | -0/+4 | |
| | ||||
* | Temporary fix to theme-switching FOUC problem | 2024-01-18 | -6/+3 | |
| | ||||
* | Dark: Possibly fix FOUC during theme switch | 2024-01-18 | -4/+4 | |
| | ||||
* | Dark: Set correct theme immediately when the script loads | 2024-01-18 | -10/+10 | |
| | | | | | | | | | | This fixes the latency previously observed on page loads. We still have to put switch toggling after page loads though. Genius idea by wookie. Co-authored-by: wookie184 <[email protected]> | |||
* | Dark: Improve order of switching stylesheets | 2024-01-18 | -1/+1 | |
| | ||||
* | Dark: Name JS & CSS files according to their content | 2024-01-05 | -0/+91 | |
We have the CSS for the navbar in base.css, the relevant files only contain code for the theme toggle, so they should be named as such. If we ever implement CSS variables per-theme, they could then be done in `themes.css`. |