This commit is contained in:
kek7198 2021-12-20 14:54:32 -06:00
parent 3479aad643
commit e17effe0f9

View file

@ -3287,6 +3287,10 @@ video {
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
}
.dark .dark\:bg-white\/\[\.05\] {
background-color: rgba(255, 255, 255, .05);
}
.dark .dark\:bg-gray-700\/40 {
background-color: rgba(var(--color-700), 0.4);
}
@ -3354,6 +3358,10 @@ video {
color: rgba(var(--color-400), var(--tw-text-opacity));
}
.dark .dark\:focus\:bg-transparent:focus {
background-color: transparent;
}
@media (min-width: 640px) {
.sm\:static {