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 1
1
.hidden-warning {
2
2
display : none
3
3
}
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:
17
17
- css/extra.css
18
18
extra_javascript :
19
19
- 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'
20
23
21
24
nav :
22
25
- Home : README.md
You can’t perform that action at this time.
0 commit comments