Skip to content

Commit 3f605bf

Browse files
authored
[css-device-adapt-1] Visual: Remove inline background-color style breaking dark theme (#6084)
Previously the background-color set inline for the pseudocode block resulted in nearly zero contrast between the text and the background.
1 parent d6630cb commit 3f605bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

css-device-adapt-1/Overview.bs

-1
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,6 @@ comma as the preferred separator and semicolon as optional:
10241024
white-space: pre;
10251025
margin: 1em;
10261026
padding: 1em;
1027-
background-color: #f4f4f4;
10281027
}
10291028

10301029
#algorithm .method {

0 commit comments

Comments
 (0)