Skip to content

Commit ea6435c

Browse files
Fix incorrect color named in example (mdn#194)
Border is darkgreen but text color is red
1 parent cd8a45a commit ea6435c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature-queries/simple.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<section class="preview">
2626
<div class="box">
2727
If your browser supports row-gap, border will be be dashed and text will
28-
be darkgreen
28+
be red
2929
</div>
3030
</section>
3131

@@ -44,7 +44,7 @@
4444

4545
<textarea class="playable playable-html" style="height: 120px">
4646
<div class="box">
47-
If your browser supports row-gap, border will be be dashed and text will be darkgreen
47+
If your browser supports row-gap, border will be be dashed and text will be red
4848
</div></textarea
4949
>
5050

0 commit comments

Comments
 (0)