Skip to content

Commit 3f7e8de

Browse files
committed
fix dark mode secondary highlight
1 parent 4430524 commit 3f7e8de

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
@@ -15,7 +15,7 @@ html[data-theme="dark"] {
1515
--pst-color-primary: #4A9EDE; /* lighter shade of logo blue */
1616
--pst-color-primary-highlight: #15726C; /* greener shade of logo blue */
1717
--pst-color-secondary: #81C240; /* logo green */
18-
--pst-color-secondary-highlight: #40C240; /* yellower shade of logo green */
18+
--pst-color-secondary-highlight: #C2C240; /* yellower shade of logo green */
1919
--pst-color-secondary-bg: #2b4115; /* color secondary mixed with black, should be close to black */
2020
--pst-color-table-row-hover-bg: #40611F; /* darker shade of logo green */
2121
}

0 commit comments

Comments
 (0)