Skip to content

Commit 61a5244

Browse files
committed
use voila palette for documentation
1 parent 87df9a0 commit 61a5244

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/_static/main_stylesheet.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@
66
.wy-nav-content img {
77
margin: 5px auto 25px;
88
}
9+
10+
/*use voila palette for title coloring*/
11+
html[data-theme="light"] {
12+
--pst-color-primary: #5dbcaf;
13+
}
14+
15+
html[data-theme="dark"] {
16+
--pst-color-primary: #5dbcaf;
17+
}

0 commit comments

Comments
 (0)