From 043317fc36bf39ab073941eae4611645637aaee9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 12 Jun 2025 19:50:40 -0500 Subject: fix tailwind and expose docker ports --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 1b0109f..14d8ed1 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,5 @@ @import "tailwindcss" source(none); -@source "../public/*.html"; +@source "../public/index.html"; :root { --immich-dark-primary: rgb(172 203 250); -- cgit v1.2.3