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; font-weight: 100;
} }
/* Attempt to de-emphasise the source code section */ /* address a style issue with the background of code sections */
section.summary.source-code { code.hljs {
opacity: 0.3; background: inherit;
}
section.summary.source-code:hover {
opacity: 0.8;
} }
footer { footer {