📝 Add custom link example and docs

This commit is contained in:
James Panther
2021-11-06 15:23:56 +11:00
parent fd59564b81
commit 151c1acd3b
5 changed files with 87 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
.link-font-awesome {
background: rgb(131, 58, 180);
background: linear-gradient(
90deg,
rgba(131, 58, 180, 1) 0%,
rgba(253, 29, 29, 1) 50%,
rgba(252, 176, 69, 1) 100%
);
}