Skip to content

Commit 82073a2

Browse files
committed
always use logo green as secondary color
1 parent 359a103 commit 82073a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labs_sphinx_theme/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
html[data-theme="light"] {
55
--pst-color-primary: #154A72; /* logo blue */
66
--pst-color-primary-highlight: #151B72; /* purpler shade of logo blue */
7-
--pst-color-secondary: #40611F; /* darker shade of logo green */
7+
--pst-color-secondary: #81C240; /* logo green */
88
--pst-color-secondary-highlight: #40C240; /* greener shade of logo green */
99
--pst-color-secondary-bg: #CDDEBB; /* color secondary mixed with white, should be close to white */
1010
--pst-color-table-row-hover-bg: #81C240; /* logo green */

0 commit comments

Comments
 (0)