forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 22:52:45 -06:00
parent 35f734f82c
commit a64f78bc61
1 changed files with 5 additions and 5 deletions

View File

@ -2654,6 +2654,11 @@ img.emoji-lg {
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-primary), var(--tw-text-opacity));
}
.hover\:text-green-700:hover {
--tw-text-opacity: 1;
color: rgba(21, 128, 61, var(--tw-text-opacity));
@ -2674,11 +2679,6 @@ img.emoji-lg {
color: rgba(2, 132, 199, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-primary), var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
--tw-text-opacity: 1;
color: rgba(185, 28, 28, var(--tw-text-opacity));