Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit bf62adf

Browse files
committed
updated docs style
1 parent 27fe522 commit bf62adf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/_static/js/override_colors.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,7 @@ window.onload = function() {
5555
result = document.getElementsByTagName("code");
5656
for (let i = 0; i < result.length; i++)
5757
result[i].style["font-weight"] = 100
58+
59+
// mobile only
60+
change_color("wy-nav-top", "#5865F2")
5861
}

0 commit comments

Comments
 (0)