Skip to content

Commit

Permalink
[css-text-4] Fix examples in dark mode
Browse files Browse the repository at this point in the history
Closes #11099
  • Loading branch information
frivoal committed Oct 29, 2024
1 parent 83dbaa7 commit 71b3614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ Expanding Between Words: the 'word-space-transform' property</h3>
display: block;
margin: auto;
border: solid gray 1px;
color: black;
background: white;
}
</style>
Expand Down Expand Up @@ -1261,6 +1262,7 @@ Expanding Between Words: the 'word-space-transform' property</h3>
display: block;
margin: auto;
border: solid gray 1px;
color: black;
background: white;
text-align: left;
}
Expand Down Expand Up @@ -6882,6 +6884,7 @@ Breaking Rules for Letters: the 'word-break' property</h3>
display: block;
margin: auto;
border: solid gray 1px;
color: black;
background: white;
}
</style>
Expand Down

0 comments on commit 71b3614

Please sign in to comment.