Skip to content

Commit 833a039

Browse files
authored
make blue lighter
1 parent bc4ca9a commit 833a039

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

learn/tasks/cascade/cascade.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010

1111
<style class="editable">
12-
#outer div ul .nav a {
13-
background-color: blue;
14-
padding: 5px;
15-
display: inline-block;
16-
margin-bottom: 10px;
17-
}
12+
#outer div ul .nav a {
13+
background-color: powderblue;
14+
padding: 5px;
15+
display: inline-block;
16+
margin-bottom: 10px;
17+
}
1818

19-
div div li a {
20-
color: yellow;
21-
}
19+
div div li a {
20+
color: rebeccapurple;
21+
}
2222
</style>
2323

2424
</head>
@@ -35,16 +35,16 @@
3535
</div>
3636
</section>
3737
<textarea class="playable playable-css" style="height: 250px;">
38-
#outer div ul .nav a {
39-
background-color: blue;
40-
padding: 5px;
41-
display: inline-block;
42-
margin-bottom: 10px;
43-
}
38+
#outer div ul .nav a {
39+
background-color: powderblue;
40+
padding: 5px;
41+
display: inline-block;
42+
margin-bottom: 10px;
43+
}
4444

45-
div div li a {
46-
color: yellow;
47-
}
45+
div div li a {
46+
color: rebeccapurple;
47+
}
4848
</textarea>
4949

5050
<textarea class="playable playable-html" style="height: 170px;">

0 commit comments

Comments
 (0)