Skip to content

Commit a4d34cb

Browse files
authored
Merge pull request #98 from dawei-wang/patch-1
Select more accessible default colors
2 parents 6d35fe3 + 643eb82 commit a4d34cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

learn/cascade/all.html

Lines changed: 5 additions & 5 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 {
@@ -34,8 +34,8 @@
3434

3535
<textarea class="playable playable-css" style="height: 280px;">
3636
blockquote {
37-
background-color: red;
38-
border: 2px solid green;
37+
background-color: orange;
38+
border: 2px solid blue;
3939
}
4040

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

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

0 commit comments

Comments
 (0)