master
kek7198 2021-12-24 12:37:40 -06:00
parent 78a74f06b3
commit f510771bc9
1 changed files with 10 additions and 0 deletions

View File

@ -3353,6 +3353,11 @@ video {
color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.focus\:text-gray-300:focus {
--tw-text-opacity: 1;
color: rgba(var(--color-300), var(--tw-text-opacity));
}
.focus\:text-gray-200:focus {
--tw-text-opacity: 1;
color: rgba(var(--color-200), var(--tw-text-opacity));
@ -3565,6 +3570,11 @@ video {
background-color: transparent;
}
.dark .dark\:focus\:text-gray-400:focus {
--tw-text-opacity: 1;
color: rgba(var(--color-400), var(--tw-text-opacity));
}
@media (min-width: 640px) {
.sm\:static {