Skip to content

Commit 3d3c7dd

Browse files
Remove hard-coded colors which break dark mode (#557)
SHA: f16b36a Reason: push, by anssiko Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee80ed5 commit 3d3c7dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
99
<link href="https://www.w3.org/TR/webnn/" rel="canonical">
10-
<meta content="c9d2dd79341c8d2ad68cf2f048db650037c4adbe" name="document-revision">
10+
<meta content="f16b36a17e8e587e33cf5492e51807f0ccad74ef" name="document-revision">
1111
<style>
1212
/* Make <dl> blocks more distinct from their surroundings. */
1313
main dl:not(.switch) {
@@ -67,7 +67,6 @@
6767

6868
div.algorithm-steps {
6969
padding: .5em;
70-
background-color: ghostwhite;
7170
}
7271

7372
.algorithm-steps {
@@ -93,7 +92,6 @@
9392
padding: .5em;
9493
border: thin solid #88e !important;
9594
border-radius: .5em;
96-
background-color: ghostwhite;
9795
}
9896

9997
.informalsteps {
@@ -118,7 +116,6 @@
118116
padding: .5em;
119117
border: thin solid #88e !important;
120118
border-radius: .5em;
121-
background-color: aliceblue;
122119
}
123120

124121
.internal-slots {

0 commit comments

Comments
 (0)