Link
A hyperlink, which is used to link from one page to another
Usage
Defaultly, to create link you just need <a>
tag, then fill href
attribute to #
anchor id or url.
<section>
<a href="https://graff.com/">This is a link</a>
</section>
Appearance
Color
Sometimes, the link need to have different color, add color-*
class to <a>
tag to style it.
<section>
<a href="https://graff.com/" class="color-text-light color-text@hover">This is a link</a>
</section>
Variables
Coming soon