File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 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;
6464</pre>
6565
6666<style>
67+ img { background: transparent; }
68+
6769code.one-line { white-space: pre; }
6870.code-and-figure {
6971 display: table;
@@ -93,6 +95,7 @@ ol.continue > li::before { content: counter(list) "."; position: absolute; left:
9395 margin: 0 auto 1em;
9496 border-spacing: .5em 0;
9597 min-width: 672px;
98+ color: black;
9699}
97100#overview-example > .col {
98101 display: table-column;
@@ -142,15 +145,15 @@ ol.continue > li::before { content: counter(list) "."; position: absolute; left:
142145#visibility-collapse-example {
143146 display: table;
144147 width: 100%;
145- box-shadow: 3px 3px 10px #333 ;
148+ box-shadow: 3px 3px 10px canvas ;
146149}
147150#visibility-collapse-example > article,
148151#visibility-collapse-example > nav {
149152 display: table-cell;
150153}
151154#visibility-collapse-example > article {
152155 width: 100%;
153- background: white ;
156+ background: canvas ;
154157}
155158#visibility-collapse-example ul,
156159#visibility-collapse-example li {
@@ -202,9 +205,11 @@ ol.continue > li::before { content: counter(list) "."; position: absolute; left:
202205 margin: 0;
203206 border-radius: .3em;
204207}
208+ @media (prefers-color-scheme: dark) {
209+ #auto-bar { background: #444; }
210+ }
205211#auto-bar > li {
206212 float: left;
207- color: black;
208213 margin: 0;
209214}
210215#auto-bar > li:first-child:after,
You can’t perform that action at this time.
0 commit comments