mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Add command line API reference
This commit is contained in:
parent
0667027506
commit
a3e4c74f5d
6 changed files with 129 additions and 1 deletions
22
docs/_static/custom.css
vendored
22
docs/_static/custom.css
vendored
|
|
@ -82,3 +82,25 @@ div.sphinxsidebar {
|
|||
#sidebartoc a[href]:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
.green {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.cyan {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: larger;
|
||||
font-weight: bold
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue