Skip to content

Commit

Permalink
keep light switch in line with footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
madrilene committed Nov 22, 2024
1 parent 475d721 commit ef74a0c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,7 @@
</main>

<footer class="wrapper repel">
<div
role="region"
class="cluster"
style="--cluster-horizontal-alignment: center; --gutter: 0.5rem"
>
<label><input name="color-scheme" type="radio" value="light" />light</label>
<label><input name="color-scheme" type="radio" value="dark" />dark</label>
</div>

<div class="flow">
<div class="repel">
<nav aria-label="secondary navigation">
<ul role="list" class="cluster">
<li>
Expand All @@ -85,6 +76,15 @@
</li>
</ul>
</nav>

<div
role="region"
class="cluster"
style="--cluster-horizontal-alignment: center; --gutter: 0.5rem"
>
<label><input name="color-scheme" type="radio" value="light" />light</label>
<label><input name="color-scheme" type="radio" value="dark" />dark</label>
</div>
</div>
</footer>
</body>
Expand Down

0 comments on commit ef74a0c

Please sign in to comment.