forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-20 14:54:32 -06:00
parent 052e2e12df
commit 7843a92372
1 changed files with 8 additions and 0 deletions

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 {