Skip to content

Commit 375beec

Browse files
committed
pre styling for code in docs
1 parent c3a5c5c commit 375beec

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/_static/libtmux.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,22 @@ div#changelog > div.section > ul > li > p:only-child {
77
display: none;
88
}
99
}
10+
11+
table.docutils {
12+
background-color: #fafbfc;
13+
border: 0;
14+
}
15+
16+
table.docutils td, table.docutils th {
17+
border: 0;
18+
}
19+
20+
table.docutils pre {
21+
background-color: rgba(239, 242, 244, .75);
22+
}
23+
24+
pre {
25+
background-color: #fafbfc;
26+
border-left: 5px solid #558abb;
27+
font-size: 0.75em;
28+
}

0 commit comments

Comments
 (0)