From 886975b43538022aab6c7a1440d389a1ede46dbb Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 29 Jan 2023 16:54:43 +1100 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public/assets/index.css b/public/assets/index.css index ca13e74..7bccde5 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1036,14 +1036,6 @@ video { width: 0.5rem; } -.w-8 { - width: 2rem; -} - -.w-4 { - width: 1rem; -} - .max-w-prose { max-width: 65ch; } @@ -1343,10 +1335,6 @@ video { background-color: rgb(254 240 138 / var(--tw-bg-opacity)); } -.hover\:fill-blue-100:hover { - fill: #dbeafe; -} - .hover\:fill-blue-400:hover { fill: #60a5fa; }