-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
…e 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 */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/* 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; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Hi..
I seriously am not able to understand the issue, i can find menu icons in
the screenshot you shared on github
Can you share me circled or pointed in screenshot
…On Sat, 17 Aug, 2024, 12:53 am Nabil Freij, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/sunpy_sphinx_theme/theme/sunpy/static/sunpy_style.css
<#271 (comment)>
:
> @@ -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;
The issue is the color of the mobile menu icons are black on the light
theme
—
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOIAEDFFR2H4TYACOX34RMDZRZGU3AVCNFSM6AAAAABMUPELLGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDENBTGQYDSMRVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
PR Description
fixed issue #269: changed the colour of header bar for light mode in mobile view