Skip to content

Commit 165da5b

Browse files
Alex-CodeLablovelydinosaur
authored andcommitted
Documentation: make codeblocks easier to read. (#6896)
1 parent a9e5533 commit 165da5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs_theme/css/default.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ pre {
7474
white-space: pre;
7575
}
7676

77+
code, pre {
78+
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
79+
font-size: 13px;
80+
}
81+
82+
7783
/* Preserve the spacing of the navbar across different screen sizes. */
7884
.navbar-inner {
7985
/*padding: 5px 0;*/
@@ -432,3 +438,4 @@ ul.sponsor {
432438
margin: 0 !important;
433439
display: inline-block !important;
434440
}
441+

0 commit comments

Comments
 (0)