codingkatty / mathpylearn

Hacktoberfest 2024: Creating a website to learn Python that mainly focuses on math & using math in python.
https://magicmath.co/
MIT License
8 stars 37 forks source link

[BUG] Heading in the Learn tab not clearly visible in the light theme #77

Open Satyasn01 opened 4 days ago

Satyasn01 commented 4 days ago

image

Describe the bug: The heading in the "Learn" tab becomes unclear and hard to read when the light theme is active. The color palette used for the heading text doesn't provide enough contrast against the background, making it difficult to distinguish.

How are you going to fix it?: I will update the CSS to use a more visible color for the heading text when the light theme is applied. This can be achieved by increasing the contrast between the text color and the background color, ensuring that the heading remains readable in both dark and light themes. For example, changing the text color to a darker shade like #333 or adjusting the background color for better contrast.

codingkatty commented 4 days ago

Do you think you can use the same navbar for all pages?

Satyasn01 commented 2 days ago

@codingkatty you want this to be fixed? if yes let me know your preference i will fix it

codingkatty commented 2 days ago

Yes, it's going to add the quality of the contribution, if you want you can do it, or open another issue (someone else could also do that issue, it's your choice to whether do it or not)