Newthemeidea - #99
Merged
Merged
Conversation
# Conflicts: # src/components/Home/Sponsors.js
# Conflicts: # public/assets/team/placeholder1.svg # public/assets/team/placeholder2.svg
There was a problem hiding this comment.
Pull request overview
Updates the site’s visual theme toward a green palette, including global CSS variables and component-specific styling, plus a small markup tweak to the Home introduction and sponsor card styling.
Changes:
- Swaps primary accent color(s) and multiple component shadows/backgrounds to green/neutral tones.
- Updates the Home hero background image and sponsor styling (new “glow” treatment).
- Refactors Home Introduction markup from a single
<p>with<br/>s into structured paragraphs/headings.
Reviewed changes
Copilot reviewed 10 out of 14 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.css | Updates global theme variables/colors and several UI element styles (buttons, scrollbar, navbar, sections). |
| src/components/Home/home.css | Updates Home theme styling, hero background image, and sponsor glow styling. |
| src/components/Home/Sponsors.js | Adjusts gold sponsor column sizing and class used for sponsor styling. |
| src/components/Home/Introduction.js | Restructures introduction text into semantic paragraphs/headings. |
| src/components/Team/team.css | Updates hover link color to match the new palette. |
| src/components/Speakers/speakers.css | Updates hover box-shadow color to match the new palette. |
| src/components/Schedule/schedule.css | Updates schedule UI colors (buttons, borders, shadows, FullCalendar theme). |
| src/components/Projects/projects.css | Updates project page accent colors, shadows, and select styling to match the new palette. |
| src/components/Educationals/educationals.css | Updates card shadows and button hover styling to match the new palette. |
| src/App.css | Updates app header background color to match the new palette. |
Comments suppressed due to low confidence (1)
src/index.css:375
- This submit button variant also uses
#051a0atext on#347338background, which is low-contrast for regular-size text. Set the default text color to a light color (e.g., white).
background-color: #347338 !important;
border: none !important;
color: #051a0a !important;
}
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
70
to
75
| {sponsors.filter(s => s.gold).map((sponsor, index) => ( | ||
| <Col | ||
| key={index} | ||
| lg={3} | ||
| className="sponsor-icons sponsor-gold" | ||
| lg={4} | ||
| className="sponsor-icons sponsor-glow" | ||
| > |
Comment on lines
+33
to
+35
| .green { | ||
| color: var(--imp-text-color) !important; | ||
| } |
| white-space: nowrap; | ||
| transition: all 0.3s ease; | ||
| color: white; | ||
| color: #051a0a; |
| background-color: #c770f0; | ||
| color: white; | ||
| background-color: #347338; | ||
| color: #051a0a; |
| .date-button.active { | ||
| background-color: #c770f0; | ||
| background-color: #347338; | ||
| color: #051a0a; |
| .project-card-view .btn-primary { | ||
| background-color: var(--imp-text-color); | ||
| border-color: var(--imp-text-color); | ||
| color: #051a0a; |
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.
Green theme