Skip to content

fix: correct stylesheet link in resource pages (styles.css → main.css)#95

Open
adityashirsatrao007 wants to merge 1 commit into
AditixAnand:mainfrom
adityashirsatrao007:fix/resource-pages-css-link
Open

fix: correct stylesheet link in resource pages (styles.css → main.css)#95
adityashirsatrao007 wants to merge 1 commit into
AditixAnand:mainfrom
adityashirsatrao007:fix/resource-pages-css-link

Conversation

@adityashirsatrao007
Copy link
Copy Markdown

Description\n\nThree resource pages linked to a non-existent styles.css file, causing them to render without styling.\n\n## Changes\n- Changed ../Styles/styles.css../Styles/main.css in resources/webdev.html, resources/career.html, and resources/ai.html\n\nCloses #94

Copilot AI review requested due to automatic review settings May 21, 2026 18:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates resource pages to load the new primary stylesheet (main.css) instead of the previous styles.css.

Changes:

  • Swap the base stylesheet reference from ../Styles/styles.css to ../Styles/main.css across multiple resource pages.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
resources/webdev.html Updates base stylesheet link to main.css
resources/career.html Updates base stylesheet link to main.css
resources/ai.html Updates base stylesheet link to main.css

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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