forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-24 14:16:30 -06:00
parent 303ab97f12
commit 1454bfdeda
1 changed files with 4 additions and 0 deletions

View File

@ -3486,6 +3486,10 @@ video {
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
}
.dark .dark\:bg-transparent {
background-color: transparent;
}
.dark .dark\:bg-white\/\[\.05\] {
background-color: rgba(255, 255, 255, .05);
}