mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-14 00:47:02 +00:00
19 lines
275 B
CSS
19 lines
275 B
CSS
/*
|
|
* custom.css
|
|
* Copyright (C) 2018 Kovid Goyal
|
|
*
|
|
* Distributed under terms of the MIT license.
|
|
*/
|
|
|
|
.sidebar-logo {
|
|
max-height: 128px;
|
|
}
|
|
|
|
.major-features li {
|
|
margin-bottom: 0.75ex;
|
|
margin-top: 0.75ex;
|
|
}
|
|
|
|
.sidebar-tree a.current {
|
|
font-style: italic;
|
|
}
|