Frontmatter
| id | 8852 |
| title | Refactor Portal Footer SCSS for Theming |
| state | Closed |
| labels | enhancementairefactoring |
| assignees | tobiu |
| createdAt | Jan 21, 2026, 4:35 PM |
| updatedAt | Jan 21, 2026, 5:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8852 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 21, 2026, 5:48 PM |
Refactor Portal Footer SCSS for Theming
tobiu assigned to @tobiu on Jan 21, 2026, 4:36 PM
tobiu added parent issue #8727 on Jan 21, 2026, 4:36 PM

tobiu
Jan 21, 2026, 5:48 PM
Input from Gemini 3 Pro:
✦ I have completed the foundation for the Portal Footer theming.
Changes:
- Refactored
resources/scss/src/apps/portal/home/FooterContainer.scssto replace hardcoded colors with CSS variables.- Created
resources/scss/theme-neo-light/apps/portal/home/FooterContainer.scssandtheme-neo-darkequivalent.- Ensured semantic tokens are correctly mapped (Neutral backgrounds, White text in dark mode).
- Added
:rootselectors to theme files for proper scoping.The footer now adapts cleanly to theme switches.
tobiu closed this issue on Jan 21, 2026, 5:48 PM
resources/scss/src/apps/portal/home/FooterContainer.scssto replace hardcoded colors (black/white) with CSS variables.resources/scss/theme-neo-light/apps/portal/home/FooterContainer.scssto map variables to semantic tokens.resources/scss/theme-neo-dark/apps/portal/home/FooterContainer.scssto map variables to semantic tokens.