Skip to content

Commit 1d506fa

Browse files
committed
more styling for libtmux website
1 parent dc64acb commit 1d506fa

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/_static/libtmux.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,32 @@ pre {
2626
border-left: 5px solid #558abb;
2727
font-size: 0.75em;
2828
}
29+
30+
div.seealso, div.note {
31+
background-color: #fafbfc;
32+
border-right: 0;
33+
border-top: 0;
34+
border-bottom: 0;
35+
}
36+
37+
div.seealso {
38+
border-left: 5px solid #8abb55;
39+
}
40+
41+
div.note {
42+
border-left: 5px solid #bb5557;
43+
}
44+
45+
code {
46+
background-color: rgba(27,31,35,0.05);
47+
border-radius: 3px;
48+
color: #24292e;
49+
font-size: 85%;
50+
padding-bottom: 0.2em;
51+
padding-top: 0.2em;
52+
}
53+
54+
code::before, code::after {
55+
letter-spacing: -0.2em;
56+
content: "\00a0";
57+
}

0 commit comments

Comments
 (0)