Frontmatter
| id | 8432 |
| title | Update Portal shared background color to #fcfcfc |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 7:28 PM |
| updatedAt | Jan 8, 2026, 7:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8432 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 7:29 PM |
Update Portal shared background color to #fcfcfc
tobiu assigned to @tobiu on Jan 8, 2026, 7:29 PM

tobiu
Jan 8, 2026, 7:29 PM
Input from Gemini 3 Pro:
✦ I have updated the
background-colorof.portal-shared-backgroundto#fcfcfcinresources/scss/src/apps/portal/Viewport.scss. This change is now pushed to thedevbranch.
tobiu closed this issue on Jan 8, 2026, 7:29 PM
Update the
.portal-shared-backgroundrule inresources/scss/src/apps/portal/Viewport.scss. Replace thebackground-colorvariablevar(--sem-color-bg-neutral-default)(which resolves to#fafafa) with the hex value#fcfcfc. This change is intended to improve readability in content-heavy views like markdown releases and learning content by providing a slightly lighter background.