Skip to content

Conversation

produdez
Copy link

@produdez produdez commented Aug 3, 2025

Summary

  • Introduce theme variables and dark-mode support for the homepage.
  • Replace hard-coded colors/gradients with CSS custom properties
  • Remove the inline script that forced light mode.

Changes

www/app/src/components/HomePage.vue: update style with color from main.css

www/app/src/pages/index.astro: remove script that force light mode

www/app/src/styles/main.css: defines color palette

Screenshots / Demos

Add screenshots or a deploy preview (light vs. dark) if helpful.

Checklist

  • Replaced hard-coded colors with CSS variables
  • Added light/dark token sets
  • Removed forced light-mode script
  • Linked issue: #____
  • Allow maintainer edit

closes #144

@aanthonymax aanthonymax added the under review PR review in progress label Aug 3, 2025
@aanthonymax
Copy link
Member

@produdez Thanks!

@aanthonymax
Copy link
Member

@produdez Checking. Sorry it's so late.

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

Labels

under review PR review in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make a dark theme for the entire landing page

2 participants