This PR changes the color scheme of the homepage by modifying the CSS properties in the application.bootstrap.scss file.
Summary
Modified app/assets/stylesheets/application.bootstrap.scss to update the color properties.
No changes were needed in the app/views/layouts/application.html.erb file as it already includes the main CSS file.
Please review and merge this PR to apply the requested color scheme changes to the homepage.
Fixes #3.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/change-color-scheme
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR changes the color scheme of the homepage by modifying the CSS properties in the
application.bootstrap.scss
file.Summary
app/assets/stylesheets/application.bootstrap.scss
to update the color properties.app/views/layouts/application.html.erb
file as it already includes the main CSS file.Please review and merge this PR to apply the requested color scheme changes to the homepage.
Fixes #3.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.