feat: style fixes
This commit is contained in:
parent
b5fd748a55
commit
5088871634
2 changed files with 17 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue