remotes/1693045480750635534/spooky-22
kek7198 2021-12-19 15:33:28 -06:00
parent b611030fdc
commit ee970837fe
1 changed files with 10 additions and 5 deletions

View File

@ -3023,6 +3023,11 @@ video {
--tw-gradient-to: rgb(var(--color-700));
}
.dark .dark\:text-gray-400 {
--tw-text-opacity: 1;
color: rgba(var(--color-400), var(--tw-text-opacity));
}
.dark .dark\:text-gray-100 {
--tw-text-opacity: 1;
color: rgba(var(--color-100), var(--tw-text-opacity));
@ -3033,11 +3038,6 @@ video {
color: rgba(var(--color-200), var(--tw-text-opacity));
}
.dark .dark\:text-gray-400 {
--tw-text-opacity: 1;
color: rgba(var(--color-400), var(--tw-text-opacity));
}
.dark .dark\:text-gray-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-500), var(--tw-text-opacity));
@ -3058,6 +3058,11 @@ video {
background-color: rgba(var(--color-600), var(--tw-bg-opacity));
}
.dark .dark\:hover\:text-gray-200:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-200), var(--tw-text-opacity));
}
.dark .dark\:hover\:text-gray-400:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-400), var(--tw-text-opacity));