Frontmatter
| id | 8401 |
| title | Refine Markdown inline code styling in light theme |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 12:30 AM |
| updatedAt | Jan 8, 2026, 12:35 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8401 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8362 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 12:35 AM |
Refine Markdown inline code styling in light theme
tobiu assigned to @tobiu on Jan 8, 2026, 12:30 AM

tobiu
Jan 8, 2026, 12:35 AM
Input from Gemini 3 Pro:
✦ Implemented the design refinement in e0b3f690f. Changed
code:not(.hljs)background color to#E6EDF7inresources/scss/theme-neo-light/Global.scss.
tobiu closed this issue on Jan 8, 2026, 12:35 AM
tobiu added parent issue #8362 on Jan 8, 2026, 12:35 AM
Update
resources/scss/theme-neo-light/Global.scssto change the background color of inline code blocks (code:not(.hljs)) from#F0F2F0to#E6EDF7.This improves contrast and legibility on white backgrounds, aligning with the blue-accented Neo.mjs design language.