Skip to content

サイト全体の背景色を赤に変更#2

Open
tobibako45 wants to merge 1 commit intomasterfrom
site-background-red
Open

サイト全体の背景色を赤に変更#2
tobibako45 wants to merge 1 commit intomasterfrom
site-background-red

Conversation

@tobibako45
Copy link
Copy Markdown
Owner

概要

  • サイト全体の背景色を赤に変更しました。

変更内容

  • css/style.cssbody に指定している background-color#fff から #ff0000 に変更

確認内容

  • 背景色が赤で表示されることを確認

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f3f057e201

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

font-size: 16px;
line-height: 1.7;
background-color: #fff;
background-color: #ff0000;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve readable text contrast on new body background

Changing body to background-color: #ff0000 while leaving the default text color at #2f2f2f drops contrast to about 3.35:1, which is below the WCAG AA minimum (4.5:1) for normal-size text; this affects all pages inheriting these base styles and makes body copy harder to read for many users. Please adjust either the background or the default foreground color so the base typography remains legible.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant