Skip to content

Commit 25573ae

Browse files
committed
more css tweaks
1 parent f48dcca commit 25573ae

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/_static/tmuxp.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,32 @@ pre {
9898
border-left: 5px solid #558abb;
9999
font-size: 0.75em;
100100
}
101+
102+
div.seealso, div.note {
103+
background-color: #fafbfc;
104+
border-right: 0;
105+
border-top: 0;
106+
border-bottom: 0;
107+
}
108+
109+
div.seealso {
110+
border-left: 5px solid #8abb55;
111+
}
112+
113+
div.note {
114+
border-left: 5px solid #bb5557;
115+
}
116+
117+
code {
118+
background-color: rgba(27,31,35,0.05);
119+
border-radius: 3px;
120+
color: #24292e;
121+
font-size: 85%;
122+
padding-bottom: 0.2em;
123+
padding-top: 0.2em;
124+
}
125+
126+
code::before, code::after {
127+
letter-spacing: -0.2em;
128+
content: "\00a0";
129+
}

0 commit comments

Comments
 (0)