diff options
| author | Claude <noreply@anthropic.com> | 2026-02-17 23:48:10 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-17 23:58:59 +0000 |
| commit | 18a85a30f4282b5d07528eb8e1dd8ff7617190d2 (patch) | |
| tree | f48b6000cf0a976b1ed7684ca3bc758f31129a57 /web/dist/v3/index.html | |
| parent | fd5f67d2a45dbefbc1045bf8270cc3bc5d711592 (diff) | |
| download | neko-18a85a30f4282b5d07528eb8e1dd8ff7617190d2.tar.gz neko-18a85a30f4282b5d07528eb8e1dd8ff7617190d2.tar.bz2 neko-18a85a30f4282b5d07528eb8e1dd8ff7617190d2.zip | |
Add 4 CSS style themes with runtime switcher
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
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index e50ba5f..3c5190c 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,7 +5,7 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>neko</title> - <script type="module" crossorigin src="/v3/assets/index-CSmzFfW5.js"></script> + <script type="module" crossorigin src="/v3/assets/index-CRt-Evnh.js"></script> <link rel="stylesheet" crossorigin href="/v3/assets/index-DMQzdxIi.css"> </head> <body> |
