We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f007ce8 commit 1bb75e1Copy full SHA for 1bb75e1
docs/css/extra.css
@@ -77,6 +77,12 @@ a.autorefs-external:hover::after {
77
user-select: none;
78
}
79
80
+/* Nicer style of headers in generated API */
81
+h2 code {
82
+ font-size: large!important;
83
+ background-color: inherit!important;
84
+}
85
+
86
/* Remove cell input and output prompt */
87
.jp-InputArea-prompt, .jp-OutputArea-prompt {
88
display: none !important;
0 commit comments