Skip to content

Commit 98f20bc

Browse files
committed
update the style of tables and css in alabaster
1 parent 6ee8756 commit 98f20bc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/_static/tmuxp.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,21 @@ div.book-container div.rightside-book div.figure.align-left {
8080
}
8181

8282

83+
table.docutils {
84+
background-color: #fafbfc;
85+
border: 0;
86+
}
87+
88+
table.docutils td, table.docutils th {
89+
border: 0;
90+
}
91+
92+
table.docutils pre {
93+
background-color: rgba(239, 242, 244, .75);
94+
}
95+
96+
pre {
97+
background-color: #fafbfc;
98+
border-left: 5px solid #558abb;
99+
font-size: 0.75em;
100+
}

0 commit comments

Comments
 (0)