Conversation
ハードコードされた `rgb(0 0 0 / 0.035)` 等の色値を `--surface`, `--surface-hover`, `--border` CSS変数に置き換え、AIテーマ生成時に サイト全体の色が統一的に変更されるようにした。 また、アクセシビリティ用の `--focus-ring`, `--focus-bg` 変数を追加し、 BackToTop コンポーネントを新設してページ下部にトップへ戻るリンクを配置した。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying newt239 with
|
| Latest commit: |
656c186
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://95c44ab1.newt239-dev.pages.dev |
| Branch Preview URL: | https://fix-ai-theme.newt239-dev.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rgb(0 0 0 / 0.035)等)を--surface,--surface-hover,--borderCSS変数に置き換え、AIテーマ生成時にサイト全体の色が統一的に変更されるようにした--focus-ring,--focus-bgCSS変数を追加し、フォーカス状態の色もテーマに依存しない形で管理BackToTopコンポーネントを新設し、作品詳細・記事一覧・作品一覧ページに配置Test plan
--surface変数に従っていることを確認--surface-hoverが適用されることを確認🤖 Generated with Claude Code