Skip to content

Commit c36caea

Browse files
authored
Select more accessible default colors
Fix mdn/content#15621
1 parent 8c040d9 commit c36caea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn/cascade/all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<style class="editable">
1313
blockquote {
14-
background-color: red;
15-
border: 2px solid green;
14+
background-color: orange;
15+
border: 2px solid blue;
1616
}
1717

1818
.fix-this {
@@ -59,4 +59,4 @@
5959
</body>
6060
<script src="../playable.js"></script>
6161

62-
</html>
62+
</html>

0 commit comments

Comments
 (0)