update doc styles for 'implementation' sections (#14441)

This commit is contained in:
Devon Carew 2018-02-02 12:36:03 -08:00 committed by GitHub
parent ce38cf6e1d
commit 688a571c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,12 +133,9 @@
font-weight: 100;
}
/* Attempt to de-emphasise the source code section */
section.summary.source-code {
opacity: 0.3;
}
section.summary.source-code:hover {
opacity: 0.8;
/* address a style issue with the background of code sections */
code.hljs {
background: inherit;
}
footer {