feat: style fixes

This commit is contained in:
Devin Haska 2024-03-01 16:55:34 -08:00
parent b5fd748a55
commit 5088871634
2 changed files with 17 additions and 1 deletions

View file

@ -63,10 +63,13 @@ title: Styleguide
</aside>
<hr />
<figure>
<img src="/assets/images/logo.svg" />
<img src="/assets/images/logo.svg" alt="" />
<figcaption>A fig caption.</figcaption>
</figure>
<hr />
<p>
This text contains usage of a <mark>mark element, and here it is</mark>.
</p>
<div style="background-color: var(--color-surface);
border: 1px solid var(--color-border);
padding: 1rem">A card-type component.</div>