GitAuto: Turn this website color into warmer (it is dark and lonly now...) #13
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.
Resolves #3
Why is this feature needed?
The current website color scheme appears dark and somewhat uninviting, which may affect the user experience negatively. Warmer colors tend to evoke a friendlier and more welcoming atmosphere. This change aims to improve the overall aesthetics and comfort for visitors.
What and how are we changing? Why this approach?
We updated the CSS file to adjust the background colors for the website's body, header, and footer. The new colors were chosen to introduce warmth to the design:
This approach ensures that the foundational structure of the site remains intact while enhancing visual appeal through subtle color shifts.
What actions are required from users?
There are no additional actions required from users. Simply refresh or reload the website to see the updated color theme applied throughout the website.
How does it work? (Technical details)
The changes were made directly in the "assets/css/main.css" file:
Is it backwards compatible?
Yes, this update is fully backwards compatible. It only involves changes in the CSS styling without affecting the underlying HTML structure or functionality of the website.
Any other considerations?
Alternative color shades were considered before finalizing the present scheme. Additional tweaks might be needed in the future based on user feedback regarding the new color palette. Please test across different browsers to ensure consistency in the appearance of the warm theme.