Skip to content

Commit c0d9262

Browse files
docs: Make white text on white background visible. (#8852)
1 parent e887c21 commit c0d9262

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

documentation/tutorial/14-composition/05-slot-props/app-a/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
padding: 1em;
1818
margin: 0 0 1em 0;
1919
background-color: #eee;
20+
color: black;
2021
}
2122
2223
.active {

documentation/tutorial/14-composition/05-slot-props/app-b/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
padding: 1em;
3838
margin: 0 0 1em 0;
3939
background-color: #eee;
40+
color: black;
4041
}
4142
4243
.active {

0 commit comments

Comments
 (0)