File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11.hidden-warning {
22 display : none
33}
4+
5+ /* The Read the Docs flyout is formatted with a font-size that is 90% of the
6+ body's. Material for MkDocs has a body font-size that is 0.5rem. This body
7+ font-size will result in the flyout having a font-size of 0.7rem, consistent
8+ with the font-size of other elements in the theme.
9+ */
10+ body {
11+ font-size : 0.777778rem ;
12+ }
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ extra_css:
1717- css/extra.css
1818extra_javascript :
1919- js/searchhack.js
20+ # Read the Docs requires JQuery for its JavaScript code to inject the flyout
21+ # menu. Material for MkDocs does not come with JQuery.
22+ - ' https://code.jquery.com/jquery-3.6.1.min.js'
2023
2124nav :
2225- Home : README.md
You can’t perform that action at this time.
0 commit comments