Skip to content

Commit

Permalink
always use logo green as secondary color
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jul 11, 2024
1 parent 359a103 commit 82073a2
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 @@ -4,7 +4,7 @@
html[data-theme="light"] {
--pst-color-primary: #154A72; /* logo blue */
--pst-color-primary-highlight: #151B72; /* purpler shade of logo blue */
--pst-color-secondary: #40611F; /* darker shade of logo green */
--pst-color-secondary: #81C240; /* logo green */
--pst-color-secondary-highlight: #40C240; /* greener shade of logo green */
--pst-color-secondary-bg: #CDDEBB; /* color secondary mixed with white, should be close to white */
--pst-color-table-row-hover-bg: #81C240; /* logo green */
Expand Down

0 comments on commit 82073a2

Please sign in to comment.