forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 18:48:45 -06:00
parent 56e9835df4
commit 65d65119ed
1 changed files with 3 additions and 0 deletions

View File

@ -1612,6 +1612,9 @@ video {
--tw-border-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
.border-yellow-700\/40 {
border-color: rgba(180, 83, 9, 0.4);
}
.border-opacity-10 {
--tw-border-opacity: 0.1;
}