Skip to content

Conversation

@Saketh-Reddy-Bejadi
Copy link
Contributor

PR Checks:

  • Code is properly formatted (executed make pre-push command).
  • No ESLint warnings (verified with make pre-push command).
  • UI Changes are responsive (checked in the responsive view).
  • Performance is maintained (Lighthouse report reviewed).
  • User experience (UX) considerations are met.
  • Accessibility is supported (validated with accessibility tools).

@netlify
Copy link

netlify bot commented Dec 9, 2025

Deploy Preview for pyconfhyd2026 ready!

Name Link
🔨 Latest commit 5056677
🔍 Latest deploy log https://app.netlify.com/projects/pyconfhyd2026/deploys/693a9c6ece868d0007866e2e
😎 Deploy Preview https://deploy-preview-19--pyconfhyd2026.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Comment on lines 29 to 44
::-webkit-scrollbar-track {
background: #fff8f3;
}

.dark ::-webkit-scrollbar-track {
background: #1B212C;
}

::-webkit-scrollbar-thumb {
background: #fe9c00;
border-radius: 10px;
}

.dark ::-webkit-scrollbar-thumb {
background: #cd7f00;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

The changes look good overall. however, could we ensure that the color comes from the tailwind.config.js?

The core goal of the project was to create a modular conference website that allows building next year's website with minimal updates. These changes introduce duplication, which goes against that purpose.

@RajatRajdeep RajatRajdeep merged commit 731c418 into HydPy:main Dec 11, 2025
4 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