feat(Icons) Added font awesome icons (#29)

This commit is contained in:
2022-05-02 01:03:04 -04:00
committed by GitHub
parent a64d59bb46
commit 2465433b5f
18 changed files with 110 additions and 32 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
<a href="@Href" class="codeLinkButton">
View on GitHub
<a href="@Href" target="_blank" class="codeLinkButton">
View on GitHub <i class="fa-brands fa-github" style="font-size: 24px; margin-left: 5px;"></i>
</a>
<style>
.codeLinkButton {
color: white;
background-color: var(--info);
border: 1px solid var(--info-border);
border: 2px solid var(--info-border);
padding: 16px;
border-radius: 3px;
display: block;
width: 180px;
width: 200px;
text-align: center;
}