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

fixed issue #269: changed the colour of header bar for light mode in … #271

Closed
wants to merge 1 commit into from

Conversation

Anuragreat
Copy link

@Anuragreat Anuragreat commented Aug 16, 2024

PR Description

fixed issue #269: changed the colour of header bar for light mode in mobile view

@@ -60,6 +60,7 @@ html[data-theme="light"] {
/* A lot of these colors we have inherited from pst however, I have copied them all */
/* in here to make it obvious which colors are in use, and to shield us from any */
/* upstream changes. */
/* changed the colour on surface for light mode */
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/* changed the colour on surface for light mode */

@@ -75,7 +76,7 @@ html[data-theme="light"] {
--pst-color-link-hover: var(--sst-accent-color-muted);
--pst-color-link: var(--sst-accent-color-bright);
--pst-color-on-background: #fff;
--pst-color-on-surface: #222832;
--pst-color-on-surface: #a2a2a0;
Copy link
Contributor

Choose a reason for hiding this comment

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

This change doesnt seem to have worked for me?

Copy link
Author

Choose a reason for hiding this comment

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

I thought the issue was about the dark colour of header in light mode..
So i changed the colour parameter to light

Copy link
Contributor

Choose a reason for hiding this comment

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

The issue is the color of the mobile menu icons are black on the light theme

@Anuragreat
Copy link
Author

Anuragreat commented Aug 16, 2024 via email

@nabobalis
Copy link
Contributor

markup_1000031329.png

@nabobalis
Copy link
Contributor

Thanks for the PR @Anuragreat but since it didn't work and there has not been any changes since, I will close this.

If you want to pick it up again, just reopen this.

@nabobalis nabobalis closed this Sep 19, 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.

2 participants