Skip to content

Commit cde4936

Browse files
committed
prep for docsite update
1 parent c07c3bf commit cde4936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsite/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ <h3>1) Normalize Theme Switch</h3>
19361936
</pre>
19371937
<p>The Open Props <a href="https://codepen.io/argyleink/pen/KKvRORE">normalize.css</a> has light and dark built in, but it only changes with the media query / operating system. If you want users to be able to change this, you'll need <b>Open Props switch imports</b>. These have the same theme values from normalize, but scoped to selectors.</p>
19381938

1939-
<p><b>Light Selectors:</b> <code>.light</code> | <code></code>.light-theme</code> | <code>data-theme="light"</code></p>
1939+
<p><b>Light Selectors:</b> <code>.light</code> | <code>.light-theme</code> | <code>data-theme="light"</code></p>
19401940
<p><b>Dark Selectors:</b> <code>.dark</code> | <code>.dark-theme</code> | <code>data-theme="dark"</code></p>
19411941

19421942
<p>This allows you to apply a light or dark theme to the page or a portion of the page using the selectors imported.</p>

0 commit comments

Comments
 (0)