forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-24 15:50:25 -06:00
parent 6af2008117
commit d713e6101c
1 changed files with 4 additions and 0 deletions

View File

@ -1963,6 +1963,10 @@ video {
--tw-bg-opacity: 1;
background-color: rgba(222, 176, 16, var(--tw-bg-opacity));
}
.bg-\[\#1F3726\] {
--tw-bg-opacity: 1;
background-color: rgba(31, 55, 38, var(--tw-bg-opacity));
}
.bg-gray-300\/40 {
background-color: rgba(var(--color-300), 0.4);
}