mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix the :italic: role used for CLI docs not being rendered correctly in the HTML docs
This commit is contained in:
parent
c1cb196365
commit
564f865a63
2 changed files with 4 additions and 4 deletions
4
docs/_static/custom.css
vendored
4
docs/_static/custom.css
vendored
|
|
@ -5,6 +5,10 @@
|
|||
* Distributed under terms of the MIT license.
|
||||
*/
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.sidebar-logo {
|
||||
max-height: 128px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue