File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ spec: css-pseudo-4; type: selector;
64
64
</pre>
65
65
66
66
<style>
67
+ img { background: transparent; }
68
+
67
69
code.one-line { white-space: pre; }
68
70
.code-and-figure {
69
71
display: table;
@@ -93,6 +95,7 @@ ol.continue > li::before { content: counter(list) "."; position: absolute; left:
93
95
margin: 0 auto 1em;
94
96
border-spacing: .5em 0;
95
97
min-width: 672px;
98
+ color: black;
96
99
}
97
100
#overview-example > .col {
98
101
display: table-column;
@@ -142,15 +145,15 @@ ol.continue > li::before { content: counter(list) "."; position: absolute; left:
142
145
#visibility-collapse-example {
143
146
display: table;
144
147
width: 100%;
145
- box-shadow: 3px 3px 10px #333 ;
148
+ box-shadow: 3px 3px 10px canvas ;
146
149
}
147
150
#visibility-collapse-example > article,
148
151
#visibility-collapse-example > nav {
149
152
display: table-cell;
150
153
}
151
154
#visibility-collapse-example > article {
152
155
width: 100%;
153
- background: white ;
156
+ background: canvas ;
154
157
}
155
158
#visibility-collapse-example ul,
156
159
#visibility-collapse-example li {
@@ -202,9 +205,11 @@ ol.continue > li::before { content: counter(list) "."; position: absolute; left:
202
205
margin: 0;
203
206
border-radius: .3em;
204
207
}
208
+ @media (prefers-color-scheme: dark) {
209
+ #auto-bar { background: #444; }
210
+ }
205
211
#auto-bar > li {
206
212
float: left;
207
- color: black;
208
213
margin: 0;
209
214
}
210
215
#auto-bar > li:first-child:after,
You can’t perform that action at this time.
0 commit comments