Skip to content

Commit

Permalink
v.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPadbury committed Oct 9, 2023
1 parent 62687ce commit 237f0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For links, collapsible `<details>`, pseudo-buttons (i.e. links styled with the `
</div>
<div class="p-3 flex flex-column flex-center flex-middle bg-blue bg-700">
<p><a class="t-blue t-200 hover:t-300" href="/#">Link</a></p>
<p><button class="b-1 b-white hover:b-white" type="button">Button</button></p>
<p><button type="button">Button</button></p>
</div>
<div class="p-3 flex flex-column flex-center flex-middle bg-black">
<p><a class="t-blue t-200 hover:t-300" href="/#">Link</a></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h3 id="(1.)-focus-rings" tabindex="-1">(1.) Focus rings</h3>
</div>
<div class="p-3 flex flex-column flex-center flex-middle bg-blue bg-700">
<p><a class="t-blue t-200 hover:t-300" href="/#">Link</a></p>
<p><button class="b-1 b-white hover:b-white" type="button">Button</button></p>
<p><button type="button">Button</button></p>
</div>
<div class="p-3 flex flex-column flex-center flex-middle bg-black">
<p><a class="t-blue t-200 hover:t-300" href="/#">Link</a></p>
Expand Down

0 comments on commit 237f0fa

Please sign in to comment.