Commit
+14 -0 +/-2 browse
1 | diff --git a/docsite/index.html b/docsite/index.html |
2 | index a9716de..c615004 100644 |
3 | --- a/docsite/index.html |
4 | +++ b/docsite/index.html |
5 | @@ -249,6 +249,20 @@ |
6 | </figcaption> |
7 | </figure> |
8 | </a> |
9 | + <a href="https://codepen.io/argyleink/pen/JjqYdgr"> |
10 | + <figure> |
11 | + <picture> |
12 | + <img width="730" height="472" src="/theme-switch.png" alt="" loading="lazy"> |
13 | + </picture> |
14 | + <figcaption> |
15 | + <img src="/theme-switch.png" aria-hidden="true" loading="lazy"> |
16 | + <div class="adaptive-glass"> |
17 | + <h3>Light / Dark Switch</h3> |
18 | + <p><b>+2 imports</b></p> |
19 | + </div> |
20 | + </figcaption> |
21 | + </figure> |
22 | + </a> |
23 | <a href="https://codepen.io/argyleink/pen/ZEXQovz"> |
24 | <figure> |
25 | <picture> |
26 | diff --git a/docsite/public/theme-switch.png b/docsite/public/theme-switch.png |
27 | new file mode 100644 |
28 | index 0000000..8a1c311 |
29 | Binary files /dev/null and b/docsite/public/theme-switch.png differ |