Skip to content

Commit

Permalink
fix dark mode secondary highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jul 12, 2024
1 parent 4430524 commit 3f7e8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labs_sphinx_theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ html[data-theme="dark"] {
--pst-color-primary: #4A9EDE; /* lighter shade of logo blue */
--pst-color-primary-highlight: #15726C; /* greener shade of logo blue */
--pst-color-secondary: #81C240; /* logo green */
--pst-color-secondary-highlight: #40C240; /* yellower shade of logo green */
--pst-color-secondary-highlight: #C2C240; /* yellower shade of logo green */
--pst-color-secondary-bg: #2b4115; /* color secondary mixed with black, should be close to black */
--pst-color-table-row-hover-bg: #40611F; /* darker shade of logo green */
}
Expand Down

0 comments on commit 3f7e8de

Please sign in to comment.