Skip to content

Commit 688a571

Browse files
authored
update doc styles for 'implementation' sections (flutter#14441)
1 parent ce38cf6 commit 688a571

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

dev/docs/styles.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,9 @@
133133
font-weight: 100;
134134
}
135135

136-
/* Attempt to de-emphasise the source code section */
137-
section.summary.source-code {
138-
opacity: 0.3;
139-
}
140-
section.summary.source-code:hover {
141-
opacity: 0.8;
136+
/* address a style issue with the background of code sections */
137+
code.hljs {
138+
background: inherit;
142139
}
143140

144141
footer {

0 commit comments

Comments
 (0)