This commit is contained in:
kek7198 2021-12-19 13:30:06 -06:00
parent 4895181b72
commit f8b21770e1

View file

@ -1212,9 +1212,6 @@ video {
.w-56 { .w-56 {
width: 14rem; width: 14rem;
} }
.w-2 {
width: 0.5rem;
}
.w-2\/4 { .w-2\/4 {
width: 50%; width: 50%;
} }
@ -1685,13 +1682,13 @@ video {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgba(229, 235, 231, var(--tw-bg-opacity)); background-color: rgba(229, 235, 231, var(--tw-bg-opacity));
} }
.bg-black\/70 {
background-color: rgba(0, 0, 0, 0.7);
}
.bg-\[\#dc2626\] { .bg-\[\#dc2626\] {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
} }
.bg-black\/70 {
background-color: rgba(0, 0, 0, 0.7);
}
.bg-gray-300\/40 { .bg-gray-300\/40 {
background-color: rgba(var(--color-300), 0.4); background-color: rgba(var(--color-300), 0.4);
} }
@ -1988,6 +1985,9 @@ video {
font-size: 1.5rem; font-size: 1.5rem;
line-height: 2rem; line-height: 2rem;
} }
.text-\[8px\] {
font-size: 8px;
}
.font-bold { .font-bold {
font-weight: 700; font-weight: 700;
} }
@ -2113,6 +2113,10 @@ video {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgba(254, 202, 202, var(--tw-text-opacity)); color: rgba(254, 202, 202, var(--tw-text-opacity));
} }
.text-\[\#dc2626\] {
--tw-text-opacity: 1;
color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.antialiased { .antialiased {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;