Rebuild assets

This commit is contained in:
2023-02-28 20:13:06 +11:00
parent 80443d3e6e
commit 5bee222601

View File

@@ -1226,6 +1226,10 @@ video {
background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.fill-purple-100 {
fill: #f3e8ff;
}
.fill-blue-100 {
fill: #dbeafe;
}
@@ -1521,6 +1525,10 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.hover\:fill-purple-400:hover {
fill: #c084fc;
}
.hover\:fill-blue-400:hover {
fill: #60a5fa;
}