diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 08:59:56 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-16 08:59:56 -0800 |
| commit | 1bed4bbd9a0606f9d3edfbf0ccfd1499793f8712 (patch) | |
| tree | 07c7665ff374892f75fab8fcb4932936ef252a18 /web/dist/v3/index.html | |
| parent | 466804699bf42e403913d2fb435327b554d537d1 (diff) | |
| download | neko-1bed4bbd9a0606f9d3edfbf0ccfd1499793f8712.tar.gz neko-1bed4bbd9a0606f9d3edfbf0ccfd1499793f8712.tar.bz2 neko-1bed4bbd9a0606f9d3edfbf0ccfd1499793f8712.zip | |
Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test stability
- Sync v3 dark/light theme colors with v2 defaults
- Fix v3 settings input/select contrast in dark mode
- Add logo emoji to v3 sidebar
- Fix duplicate key warnings and side-effect issues in FeedItems.tsx (v2)
- Rebuild production assets
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 596362b..881d51e 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>frontend-vanilla</title> - <script type="module" crossorigin src="/v3/assets/index-T5yK9TsL.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-DtCsR798.css"> + <script type="module" crossorigin src="/v3/assets/index-DmGSlScV.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-BZ4E0pnc.css"> </head> <body> <div id="app"></div> |
