Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body {
color: #2f2f2f;
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.

P1 Badge Revert global body background color change

Changing body background from white to pure red in the shared stylesheet affects every page that imports css/style.css (including existing index.html), so this commit introduces a site-wide visual regression unrelated to adding top.html. Unless all pages are intentionally being re-themed, this should stay neutral and any page-specific styling should be scoped to the new page only.

Useful? React with 👍 / 👎.

}

a {
Expand Down
Loading