Skip to content

Commit

Permalink
fixed issue sunpy#269: changed the colour of header bar for light mod…
Browse files Browse the repository at this point in the history
…e in mobile view
  • Loading branch information
Anuragreat committed Aug 16, 2024
1 parent bd03114 commit 0cd02bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sunpy_sphinx_theme/theme/sunpy/static/sunpy_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
--pst-color-accent-bg: #f8dff5;
--pst-color-accent: var(--sst-accent-color-bright);
--pst-color-attention-bg: var(--pst-color-warning-bg);
Expand All @@ -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;
--pst-color-primary-bg: #d0ecf1;
--pst-color-primary: var(--sst-accent-color-bright);
--pst-color-secondary-bg: #e0c7ff;
Expand Down

0 comments on commit 0cd02bc

Please sign in to comment.