Merge pull request #524 from google/issue-514

Make TOC link colors turquoise (fixes #514)
master
Surma 2015-06-29 13:37:17 +01:00
commit d631e81365
1 changed files with 6 additions and 0 deletions

View File

@ -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;