Added social links to rep

This commit is contained in:
Alexis
2023-04-30 13:43:38 +02:00
parent 8573fe0549
commit 1ab7e26146
8 changed files with 308 additions and 18 deletions

View File

@@ -7,3 +7,21 @@
body {
@apply text-slate-300 bg-slate-950
}
@layer components {
.btn-red {
@apply bg-red-600 outline-red-700 hover:bg-red-700
}
.btn-twitter {
@apply bg-twitter-500 outline-twitter-600 hover:bg-twitter-600
}
.btn-facebook {
@apply bg-facebook-500 outline-facebook-600 hover:bg-facebook-600
}
.btn-instagram {
@apply bg-instagram-500 outline-instagram-600 hover:bg-instagram-600
}
.btn-linkedin {
@apply bg-linkedin-500 outline-linkedin-600 hover:bg-linkedin-600
}
}