Make TOC link colors turquoise (fixes #514)
parent
6a5cefda7e
commit
43b88df2f6
|
@ -768,6 +768,7 @@ code[class*=language-], pre[class*=language-] {
|
|||
}
|
||||
.docs-toc a {
|
||||
font-weight: 400;
|
||||
color: #00BCD4;
|
||||
}
|
||||
.docs-toc li {
|
||||
font-size: 16px;
|
||||
|
@ -794,6 +795,11 @@ code[class*=language-], pre[class*=language-] {
|
|||
width: 640px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.started a,
|
||||
.about a,
|
||||
.customize a {
|
||||
color: #00BCD4;
|
||||
}
|
||||
.started .content h3 {
|
||||
display: table-cell;
|
||||
width: 140px;
|
||||
|
|
Loading…
Reference in New Issue