mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Supports dark mode. Also re-organize the documentation a bit, making it more hierarchical. Have a nicer landing page
15 lines
222 B
CSS
15 lines
222 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;
|
|
}
|