Skip to content

Update UI to a burnt amber color theme#45

Open
horlorlahdeh wants to merge 1 commit into
masterfrom
codex/explain-project-codebase-to-newcomer
Open

Update UI to a burnt amber color theme#45
horlorlahdeh wants to merge 1 commit into
masterfrom
codex/explain-project-codebase-to-newcomer

Conversation

@horlorlahdeh
Copy link
Copy Markdown
Owner

Motivation

  • Refresh the app look by switching the global theme to a warm burnt-amber palette for improved visual cohesion across the client UI.

Description

  • Changed global CSS theme variables in client/src/App.css to set --primary-color, --dark-color, and --light-color to burnt-amber-friendly values.
  • Adjusted base page background and default text color in client/src/App.css to harmonize with the new palette.
  • No other files or application logic were modified.

Testing

  • Running npm run build --prefix client failed in this environment under Node 22 due to an OpenSSL-related error (ERR_OSSL_EVP_UNSUPPORTED).
  • Running NODE_OPTIONS=--openssl-legacy-provider npm run build --prefix client succeeded and produced a production build with warnings (Browserslist and an ESLint unused-variable warning).
  • Starting the client in development with NODE_OPTIONS=--openssl-legacy-provider npm run client compiled the app (with the same warnings) and a screenshot of the updated landing page was captured for visual confirmation.

Codex Task

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant