forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-19 15:55:59 -06:00
parent ebc57123ac
commit 72cbb56e51
1 changed files with 4 additions and 0 deletions

View File

@ -3014,6 +3014,10 @@ video {
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-700\/40 {
background-color: rgba(var(--color-700), 0.4);
}
.dark .dark\:bg-none {
background-image: none;
}