forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-19 13:26:58 -06:00
parent 01780609f1
commit 38bc963391
1 changed files with 4 additions and 0 deletions

View File

@ -1685,6 +1685,10 @@ video {
--tw-bg-opacity: 1;
background-color: rgba(229, 235, 231, var(--tw-bg-opacity));
}
.bg-\[\#dc2626\] {
--tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-black\/70 {
background-color: rgba(0, 0, 0, 0.7);
}