Skip to content

Commit 8752d86

Browse files
committed
update css
1 parent bd66d6d commit 8752d86

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ powerful traversal features::
157157

158158
.. _BSD: http://opensource.org/licenses/BSD-3-Clause
159159
.. _developing and testing: http://libtmux.git-pull.com/en/latest/developing.html
160-
.. _tmuxp: https://github.com/tony/tmuxp
160+
.. _tmuxp: https://tmuxp.git-pull.com/
161161
.. _documentation: https://libtmux.git-pull.com/
162162
.. _API: https://libtmux.git-pull.com/en/latest/api.html
163163
.. _architectural details: https://libtmux.git-pull.com/en/latest/about.html

doc/_static/libtmux.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@ div.note {
4242
border-left: 5px solid #bb5557;
4343
}
4444

45-
code {
46-
background-color: rgba(27,31,35,0.05);
47-
border-radius: 3px;
48-
color: #24292e;
45+
code.literal {
4946
font-size: 85%;
50-
padding-bottom: 0.2em;
51-
padding-top: 0.2em;
47+
color: #24292e;
48+
box-sizing: border-box;
49+
display: inline-block;
50+
padding: 0 5px;
51+
background: #fafcfc;
52+
border: 1px solid #f0f4f7;
53+
border-radius: 4px;
54+
line-height: 20px;
5255
}
5356

5457
code::before, code::after {

0 commit comments

Comments
 (0)