Restore styles/globals.css and add ESLint configuration#1
Draft
Copilot wants to merge 7 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: DealPatrol <118781133+DealPatrol@users.noreply.github.com>
Co-authored-by: DealPatrol <118781133+DealPatrol@users.noreply.github.com>
Co-authored-by: DealPatrol <118781133+DealPatrol@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CSS problems in stylesheet
Remove duplicate styles/globals.css with incorrect color and font configuration
Oct 30, 2025
Owner
|
@copilot still didnt fix the css issues im having on memorialsqr.com |
Contributor
Author
I apologize - I need more details to help properly. What specific CSS issues are you seeing on memorialqr.com? For example:
Also, could you confirm if memorialqr.com is using a different build/deployment than the app folder structure? I removed |
Co-authored-by: DealPatrol <118781133+DealPatrol@users.noreply.github.com>
Copilot
AI
changed the title
Remove duplicate styles/globals.css with incorrect color and font configuration
Restore styles/globals.css and add ESLint configuration
Oct 30, 2025
Update workflows, ignore files, documentation, and various API/component changes. Co-authored-by: null <118781133+DealPatrol@users.noreply.github.com>
Refine CSS for proper production deployment and fix conflicts. #VERCEL_SKIP Co-authored-by: null <118781133+DealPatrol@users.noreply.github.com>
DealPatrol
approved these changes
Oct 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repository contained two
globals.cssfiles. After initial investigation,styles/globals.csswas removed but has been restored as it may be needed for production deployment.Changes
Restored
styles/globals.css(125 lines)oklch(0.145 0 0)(grayscale colors without chroma/hue)--font-geist-sans|monoRetained
app/globals.cssas main CSS fileoklch(0.145 0.15 264)--font-inter|dancing-script|great-vibesmatchingapp/layout.tsx.memorial-logo,.memorial-bg,.memorial-card, etc.)@theme inlineconfigurationAdded
.eslintrc.jsonfor project lintingBoth CSS files are now present in the repository. The
app/globals.cssis imported byapp/layout.tsxfor the Next.js app, whilestyles/globals.cssmay be used by production deployment configuration.Status
Awaiting clarification on specific CSS issues on memorialqr.com to address them properly.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.