Skip to content
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

Fix hard coded CSS for User names in main Wishlists page. #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Deanosim
Copy link

@Deanosim Deanosim commented Dec 3, 2024

The CSS for the color of Users names in the Wishlist page is hard coded into the a html element, by moving it from https://github.com/Wingysam/Christmas-Community/blob/master/src/views/wishlists.pug to https://github.com/Wingysam/Christmas-Community/blob/master/src/static/css/main.css it allows users to over ride and customize the css for the names.
It also allows users to change the text color to something that is readable when using dark bulma themes.
image
You can see in a dark theme the Names are very hard to read without changing them with custom.css
image
As you can see in the below screenshot the inline css has higher priority than all other css options so it needs to be moved to main.css
image

@Deanosim Deanosim changed the title Fix hard coded CSS for User names in main Wishlist page. Fix hard coded CSS for User names in main Wishlists page. Dec 3, 2024
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.

1 participant