Skip to content

fix: explicit border-gray-200 on Nuxt page elements#5347

Merged
Yndira-E merged 2 commits into
mainfrom
pulications/style-fix
Jul 20, 2026
Merged

fix: explicit border-gray-200 on Nuxt page elements#5347
Yndira-E merged 2 commits into
mainfrom
pulications/style-fix

Conversation

@Yndira-E

Copy link
Copy Markdown
Contributor

Description

On Nuxt-served pages, theme.css loads after style.css and its Tailwind v4 preflight (border: 0 solid) resets the default border color to currentColor, overriding the border-color: var(--color-gray-200) that style.css sets in @layer base. This caused border and border-b elements on Nuxt pages to render with the inherited text color instead of the expected light gray.

Fix: add explicit border-gray-200 to the two affected elements in Nuxt pages.

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
  • For blog PRs, an Art Request has been created (instructions)

@Yndira-E
Yndira-E enabled auto-merge July 20, 2026 15:13
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit 8bdfbb3
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/6a5e53b8c463a100079d0f9a
😎 Deploy Preview https://deploy-preview-5347--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 75 (🟢 up 10 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@Yndira-E
Yndira-E merged commit 45be5c5 into main Jul 20, 2026
7 checks passed
@Yndira-E
Yndira-E deleted the pulications/style-fix branch July 20, 2026 17:06
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.

1 participant