From 5e309810accd075178e14a00b0a4e36775f9d055 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 25 Feb 2023 13:43:45 +1100 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/assets/index.css b/public/assets/index.css index 8ab7212..4c6a8bd 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -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));