Skip to content

Commit 71b3614

Browse files
committed
[css-text-4] Fix examples in dark mode
Closes #11099
1 parent 83dbaa7 commit 71b3614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-text-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,7 @@ Expanding Between Words: the 'word-space-transform' property
11961196
display: block;
11971197
margin: auto;
11981198
border: solid gray 1px;
1199+
color: black;
11991200
background: white;
12001201
}
12011202
@@ -1261,6 +1262,7 @@ Expanding Between Words: the 'word-space-transform' property
12611262
display: block;
12621263
margin: auto;
12631264
border: solid gray 1px;
1265+
color: black;
12641266
background: white;
12651267
text-align: left;
12661268
}
@@ -6882,6 +6884,7 @@ Breaking Rules for Letters: the 'word-break' property
68826884
display: block;
68836885
margin: auto;
68846886
border: solid gray 1px;
6887+
color: black;
68856888
background: white;
68866889
}
68876890

0 commit comments

Comments
 (0)