kitty/docs/_static/custom.css
2021-08-18 10:06:07 +05:30

27 lines
442 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;
}
details > summary {
color: var(--color-link);
cursor: pointer;
text-decoration-color: var(--color-link-underline);
text-decoration-line: underline;
}