Supports dark mode. Also re-organize the documentation a bit, making it more hierarchical. Have a nicer landing page
16 lines
222 B
CSS
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;
|
|
}
|