forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-22 07:47:02 -06:00
parent 38850a9308
commit 4eb67cfa2f
1 changed files with 4 additions and 0 deletions

View File

@ -735,6 +735,10 @@ video {
line-height: 1.5;
--tw-text-opacity: 1;
color: rgba(var(--color-700), var(--tw-text-opacity));
}
.dark .label {
--tw-text-opacity: 1;
color: rgba(var(--color-500), var(--tw-text-opacity));
}
.container {
width: 100%;