kitty/docs/_static/custom.css
Kovid Goyal f787a377c3
A new theme for the kitty website
Supports dark mode. Also re-organize the documentation
a bit, making it more hierarchical.

Have a nicer landing page
2021-07-18 13:29:33 +05:30

16 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;
}