Skip to content

Conversation

@vazquezea96
Copy link

📝 Description

Please include a summary of the changes and the related issues.

🔂 Changes Made

Detail what changes this pull request has and to which areas of the codebase.

I modified the "Post Another Job" button that appears after you post a job in /share-a-job—changed the color to match the rest of the buttons, which is orange with white font.

⚙️ Related Issue

🍏 Type of Change

  • Bug fix

🎁 Acceptance Criteria

  • Button should be orange with white font

🧰 New Environment Variables or Requirements

NA

🧪 How to test

Please describe the steps for testing this PR.

Run the server locally, head over to /share-a-job, fill out the form using test data, and submit. Upon submission, you will receive a successful post alert, and on that alert, you will see the button with the updated font color.

🚀 Deployment Notes (if applicable)

NA, no changes to deployment.

Could you add relevant screenshots to explain visual changes?

Screenshot 2025-10-01 at 07 50 51

✅ Checklist

  • I have performed a self-review of my code.
  • My code follows the style guidelines of this project.
  • I have commented my code where necessary.
  • I have tested my code locally and verified the website is working as expected.
  • (if applicable) I have added documentation in the README.
  • (if applicable) I have added tests that prove my fix is effective or that my feature works.
  • (if applicable) New and existing unit tests pass locally with my changes.

Copy link
Collaborator

@monikkaelyse monikkaelyse left a comment

Choose a reason for hiding this comment

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

@vazquezea96 For styling changes, we only make changes to the scss file and then we generate the css via sass.

The Techtonica website uses Sass to manage its CSS.

Styling changes should only be made to the Sass (.scss) files and then compiled to CSS using one of the following commands:

Compile once:

sass static/sass/style.scss static/css/style.css

Can you please adjust the .scss file instead and then generate the css file (remove any manual changes to the css file please)?

Also, I'm not sure why, but this is what the home page looks like for me now in this branch

image

@vazquezea96
Copy link
Author

@monikkaelyse I will correct those changes. I will work on it tomorrow most likely. Thank you for the feedback!

@daaimah123
Copy link
Collaborator

@vazquezea96 is this V2 PR (#858 Updated font color for job posting button v2) a continuation of this work? If so, please close this PR.

@vazquezea96
Copy link
Author

Yes, v2 is the most recent PR. I'll be closing this one.

@github-project-automation github-project-automation bot moved this from Needs Reviewed to Done in Open-Source TO-DO Board Oct 24, 2025
@daaimah123 daaimah123 linked an issue Oct 24, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Font color incorrect after posting a job

3 participants