Skip to content

Newthemeidea - #99

Merged
Ankith-Cirgir merged 12 commits into
mainfrom
Newthemeidea
Jul 26, 2026
Merged

Newthemeidea#99
Ankith-Cirgir merged 12 commits into
mainfrom
Newthemeidea

Conversation

@Ankith-Cirgir

Copy link
Copy Markdown
Collaborator

Green theme

Copilot AI review requested due to automatic review settings July 26, 2026 17:21
@Ankith-Cirgir
Ankith-Cirgir merged commit ac39b28 into main Jul 26, 2026
1 check passed

Copilot AI 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.

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 #051a0a text on #347338 background, 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 thread src/index.css
Comment on lines +33 to +35
.green {
color: var(--imp-text-color) !important;
}
Comment thread src/index.css
white-space: nowrap;
transition: all 0.3s ease;
color: white;
color: #051a0a;
Comment thread src/index.css
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;
@Ankith-Cirgir
Ankith-Cirgir deleted the Newthemeidea branch July 27, 2026 04:08
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.

3 participants