Set font family for docstrings
This commit is contained in:
parent
28839e99bf
commit
81500eabad
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ pre {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
.hljs-comment {
|
.hljs-comment {
|
||||||
font-family: var(--font--mono--code-comments);
|
font-family: var(--font--mono--code-comments);
|
||||||
|
&.docstring {
|
||||||
|
font-family: var(--font--mono--code-docstrings);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue