Rebuild assets

This commit is contained in:
2023-02-25 13:43:45 +11:00
parent 18551296b0
commit 5e309810ac

View File

@@ -1191,6 +1191,10 @@ video {
fill: #dbeafe;
}
.fill-pink-100 {
fill: #fce7f3;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
@@ -1447,6 +1451,10 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
fill: #60a5fa;
}
.hover\:fill-pink-400:hover {
fill: #f472b6;
}
.hover\:text-blue-100:hover {
--tw-text-opacity: 1;
color: rgb(219 234 254 / var(--tw-text-opacity));