remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 14:37:22 -06:00
parent 4da70eab9d
commit 110b790b0c
2 changed files with 7 additions and 0 deletions

View File

@ -115,6 +115,12 @@
.badge {
@apply px-1 py-0.5 text-sm text-shadow-light font-bold leading-normal rounded bg-gradient-to-t;
}
.badge-pink {
@apply from-pink-600 to-pink-500 text-white;
}
.badge-purple {
@apply from-purple-600 to-purple-500 text-white;
}
.badge-red {
@apply from-red-600 to-red-500 text-white;
}

View File

@ -23,6 +23,7 @@ module.exports = {
black: colors.black,
white: colors.white,
pink: colors.pink,
purple: colors.purple,
green: colors.green,
red: colors.red,
yellow: colors.amber,