Skip to content

Commit 7216f15

Browse files
committed
Documentation code styles
1 parent c338183 commit 7216f15

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

assets/css/docs-styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ a, a:hover, a:visited {
3434
a:hover {
3535
text-decoration: underline;
3636
}
37+
38+
code {
39+
background: #222;
40+
border-bottom: 1px dashed #aaa;
41+
border-top: 1px dashed #aaa;
42+
color: #fff;
43+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
44+
padding: 1px 3px;
45+
}

assets/css/docs-styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)