-
Notifications
You must be signed in to change notification settings - Fork 1
Fix background images and colors #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: AdamJ <[email protected]>
…oyment Co-authored-by: AdamJ <[email protected]>
Co-authored-by: AdamJ <[email protected]>
Co-authored-by: AdamJ <[email protected]>
Deploying adamj-github-io with
|
Latest commit: |
fb34674
|
Status: | ✅ Deploy successful! |
Preview URL: | https://d22293a2.adamj-github-io.pages.dev |
Branch Preview URL: | https://fix-small-bugs.adamj-github-io.pages.dev |
@copilot fix the build issues |
@copilot - can you fix the build errors? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes broken background CSS styling and simplifies the Font Awesome loading mechanism. The changes address background image sizing issues and streamline script loading across the site.
Key changes:
- Fixed hero background image sizing from
contain
tocover
for proper display - Removed complex Font Awesome error handling in favor of direct script loading
- Cleaned up dark mode background color overrides that were causing visual issues
Reviewed Changes
Copilot reviewed 40 out of 43 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/sass/_colors.scss | Removed forced dark background colors that were overriding theme styles |
src/_includes/home.njk | Fixed hero background image sizing from contain to cover |
src/_includes/footer.njk | Simplified Font Awesome loading by removing error handling wrapper |
social/pages.json | Reordered page entries for social media generation |
Multiple docs/*.html files | Applied Font Awesome script simplification across generated pages |
Multiple feed/sitemap files | Updated timestamps and ordering from build regeneration |
.stylelintrc.json & .stylelintignore | Enhanced linting configuration with better ignore patterns |
7487e46
to
12218e7
Compare
Fix broken background CSS from prior PR along with dark background color.