forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-20 17:31:52 -06:00
parent 29610b6f88
commit 68007fe9b4
1 changed files with 16 additions and 0 deletions

View File

@ -1855,6 +1855,18 @@ video {
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-\[\#44403c\] {
--tw-bg-opacity: 1;
background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}
.bg-\[\#d6d3d1\] {
--tw-bg-opacity: 1;
background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}
.bg-\[\#991b1b\] {
--tw-bg-opacity: 1;
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
.bg-gray-300\/40 {
background-color: rgba(var(--color-300), 0.4);
}
@ -2321,6 +2333,10 @@ video {
--tw-text-opacity: 1;
color: rgba(234, 179, 8, var(--tw-text-opacity));
}
.text-\[\#991b1b\] {
--tw-text-opacity: 1;
color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;