1.3 (#38)
* Add cover page * Update doc * Add kbd style, resolve #37 * headling can cliked, resolve #36 * Update change log, close #35 * Update docs
This commit is contained in:
parent
b14fcf7d1c
commit
50addfdac6
14 changed files with 312 additions and 48 deletions
|
|
@ -4,6 +4,7 @@ $color-primary: #42b983;
|
|||
$sidebar-width: 300px;
|
||||
|
||||
@import "basic/layout";
|
||||
@import "basic/coverpage";
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
|
|
@ -13,6 +14,7 @@ body {
|
|||
/* sidebar */
|
||||
.sidebar {
|
||||
color: #364149;
|
||||
background-color: #fff;
|
||||
|
||||
li {
|
||||
margin: 6px 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue