summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-12 19:50:40 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-12 19:50:40 -0500
commit043317fc36bf39ab073941eae4611645637aaee9 (patch)
tree06fb7c7e39f4d4111bb8c888918ad2d582b9fbde /src/style.css
parent2ba0673755f58bea619d8ee8820b47935f0559a6 (diff)
downloadimmich-frame-043317fc36bf39ab073941eae4611645637aaee9.tar.xz
immich-frame-043317fc36bf39ab073941eae4611645637aaee9.zip
fix tailwind and expose docker ports
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css2
1 files changed, 1 insertions, 1 deletions
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);