theme update#4
Merged
Jupiterian merged 1 commit intoJul 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the site’s visual theme by replacing the existing color system and component styling with a new dark UI palette and updated typography, aligning the overall look across the homepage and detail pages.
Changes:
- Reworked
styles.csswith a new design token set (colors, radii, shadows, fonts) and updated styling for header, hero, sections, cards, article pages, and footer. - Added more comprehensive reduced-motion handling for animations/transitions.
- Updated multiple pages to load the new Google Fonts families (Plus Jakarta Sans + JetBrains Mono).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| styles.css | Major theme/token overhaul + component/layout restyling, including detail page layout rules. |
| index.html | Swaps font import to match the new CSS font tokens. |
| nextech.html | Swaps font import to match the new CSS font tokens. |
| dementia-project.html | Swaps font import to match the new CSS font tokens. |
| cyberpatriot.html | Swaps font import to match the new CSS font tokens. |
| atp-rankings.html | Swaps font import to match the new CSS font tokens. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+59
to
61
| a:hover { | ||
| color: var(--accent-hover); | ||
| } |
Comment on lines
+538
to
+540
| main:has(.page-hero) { | ||
| max-width: 720px; | ||
| } |
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.
No description provided.