Skip to content

feat: match qron.space gold/black theme + Geist font on authichain.com - #31

Merged
Z-kie merged 1 commit into
AuthiChain2026:mainfrom
undone0603:patch-1
Mar 17, 2026
Merged

Z-kie merged 1 commit into
AuthiChain2026:mainfrom
undone0603:patch-1

Conversation

@undone0603

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Deployment failed with the following error:

There is no GitHub account connected to this Vercel account.

@vercel

vercel Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

@undone0603 is attempting to deploy a commit to the authichain-6389's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
authi-chain Error Error Mar 17, 2026 3:33pm
authi-chain-p5ag Error Error Mar 17, 2026 3:33pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9ad43f7b69

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread app/globals.css
Comment on lines +85 to +87
transition@:i moppoarcti tuyr l0(.'2hst,t ptsr:a/n/sffoonrtms .0g.o1osg;l
e}a
p.ibst.nc-ogmo/lcds:sh2o?vfearm i{l

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove corrupted CSS payload from btn-gold block

The .btn-gold declaration is malformed starting at transition@:i... and then contains pasted garbage including extra @tailwind directives, which means app/globals.css is no longer valid stylesheet input for normal Tailwind/PostCSS processing. In build/runtime environments that parse this strictly, this can fail CSS compilation; in lenient parsing, rules after this point become unreliable because the parser has to recover from invalid tokens.

Useful? React with 👍 / 👎.

Comment thread app/globals.css
Comment on lines +68 to +69
.gradient-gold {
background: linear-gradient(135deg, #E8C547 0%, #C9A227 50%, #A07D10 100%);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep legacy gradient utility classes or update all callers

This commit replaces the old gradient utilities with .gradient-gold, but existing callers still reference .gradient-primary and .gradient-text (for example components/ui/button.tsx, components/ui/progress.tsx, and several app/*/page.tsx files). After this change those class names have no definitions, so large parts of the UI lose intended branding styles.

Useful? React with 👍 / 👎.

@Z-kie
Z-kie merged commit 981f782 into AuthiChain2026:main Mar 17, 2026
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants