Skip to content

Commit 1bb75e1

Browse files
committed
Nicer headers in API
1 parent f007ce8 commit 1bb75e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/css/extra.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ a.autorefs-external:hover::after {
7777
user-select: none;
7878
}
7979

80+
/* Nicer style of headers in generated API */
81+
h2 code {
82+
font-size: large!important;
83+
background-color: inherit!important;
84+
}
85+
8086
/* Remove cell input and output prompt */
8187
.jp-InputArea-prompt, .jp-OutputArea-prompt {
8288
display: none !important;

0 commit comments

Comments
 (0)