diff options
| author | Claude <noreply@anthropic.com> | 2026-02-18 06:04:55 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-18 06:04:55 +0000 |
| commit | 9f4e80dfa2d829ae33b3e5dc830034ef659befeb (patch) | |
| tree | 109cb7a8aa87f5582258611ceb9caa40e9c6edde /web/dist/v3/index.html | |
| parent | 8eb86cdc49c3c2f69d8a64f855220ebd68be336c (diff) | |
| download | neko-9f4e80dfa2d829ae33b3e5dc830034ef659befeb.tar.gz neko-9f4e80dfa2d829ae33b3e5dc830034ef659befeb.tar.bz2 neko-9f4e80dfa2d829ae33b3e5dc830034ef659befeb.zip | |
Redesign sidebar theme controls layout and fix dark mode visibilityclaude/add-css-themes-QGTmP
Split light/dark into ☀ ☽ buttons above a horizontal rule, with
the 5 style emoji below. Increases icon size from 0.8rem to 1rem.
Replaces opacity-only approach with explicit rgba(0,0,0) color in dark
mode (sidebar remains grey in dark theme, so icons need dark ink).
Switches hover/active backgrounds to neutral rgba(128,128,128) so
they work correctly across all themes and modes.
https://claude.ai/code/session_01Jv3c8GdaDQMm5WYwHUJMVe
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index 51d7883..0ac1434 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,8 +5,8 @@ <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-KWYAvgsv.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-CwLKZugq.css"> + <script type="module" crossorigin src="/v3/assets/index-CnwB--Ar.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-CC0QAawd.css"> </head> <body> <div id="app"></div> |
