aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v3/themes/sakura.css
Commit message (Collapse)AuthorAgeFilesLines
* Remove visual styling for read items per user requestAdam Mathes7 days1-8/+1
|
* Improve scroll-to-read robustness and add visual feedback for read items ↵Adam Mathes7 days1-4/+15
| | | | across all themes
* Rebuild dist assets to match source changesClaude7 days1-1/+2
| | | | https://claude.ai/code/session_0187FXrbScDSWfbNEk9SfJaj
* Add 4 CSS style themes with runtime switcherClaude8 days1-0/+466
Adds a style theme system that layers additional CSS files on top of the base stylesheet. Themes are loaded/unloaded dynamically via <link> tags. - Default: existing look, unchanged - Refined: typographic rhythm fixes, consistent spacing on settings page - Terminal: monospace, dark phosphor CRT aesthetic (scanlines, cyan glow) - Codex: book/Tufte-inspired with warm paper tones, serif type, fleurons - Sakura: Japanese-inspired calm aesthetic (named for neko = cat) Each theme supports both light and dark mode. Style selection persists in localStorage and is independent of the light/dark toggle. https://claude.ai/code/session_01Jv3c8GdaDQMm5WYwHUJMVe