Skip to content

Commit f936df2

Browse files
FIX: A website typo and a bad CSS code configuration
1 parent 907a6df commit f936df2

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/website/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ how we solve them.
1212

1313
* **Failure Files:** Flutter spreads a single test failure across four different files.
1414
It's frustrating to have to open up multiple files to cross reference. With
15-
`flutter_test_goldes`, your failure output is painted to a single file for easy review.
15+
`flutter_test_goldens`, your failure output is painted to a single file for easy review.
1616
* **Widget Galleries:** Flutter developers often want to verify multiple configurations
1717
of a single widget, or multiple related widgets, at the same time. With
1818
`flutter_test_goldens`, you can easily paint a variety of widgets into a gallery,

doc/website/source/styles/docs_page_layout.scss

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,15 @@ main.page-content {
265265
margin-bottom: 1.5em;
266266
}
267267

268-
code {
269-
padding: 3px 6px;
270-
background: #7f00a6;
271-
border: 1px solid #a218cc;
272-
border-radius: 4px;
273-
274-
color: WHITE;
268+
p, li > {
269+
code {
270+
padding: 3px 6px;
271+
background: #7f00a6;
272+
border: 1px solid #a218cc;
273+
border-radius: 4px;
274+
275+
color: WHITE;
276+
}
275277
}
276278

277279
li {

0 commit comments

Comments
 (0)