Skip to content

Commit ac48421

Browse files
committed
docs: Tweak custom CSS
1 parent 5c85059 commit ac48421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_static/custom.css

+2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ tt,
6464
}
6565

6666
/* Syntax-highlighted blocks */
67+
.rst-content div[class^='highlight'],
6768
div[class^='highlight'] {
6869
border: none;
6970
border-radius: 3px;
7071
background: #f6f8fa;
7172
}
7273
/* Code blocks */
74+
.rst-content div[class^='highlight'] pre,
7375
div[class^='highlight'] pre {
7476
font-family: 'Roboto Mono', 'Monaco', monospace;
7577
font-size: 90%;

0 commit comments

Comments
 (0)