diff --git a/assets/css/app.css b/assets/css/style.css
similarity index 100%
rename from assets/css/app.css
rename to assets/css/style.css
diff --git a/config/config.exs b/config/config.exs
index 4c7e994..305a285 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -70,8 +70,8 @@ config :tailwind,
version: "4.0.0",
cannery: [
args: ~w(
- --input=css/app.css
- --output=../priv/static/assets/app.css
+ --input=css/style.css
+ --output=../priv/static/assets/style.css
),
cd: Path.expand("../assets", __DIR__)
]
diff --git a/lib/cannery_web/components/layouts/root.html.heex b/lib/cannery_web/components/layouts/root.html.heex
index bc348f7..796b9df 100644
--- a/lib/cannery_web/components/layouts/root.html.heex
+++ b/lib/cannery_web/components/layouts/root.html.heex
@@ -8,7 +8,7 @@
<.live_title suffix={" | #{gettext("Cannery")}"}>
{assigns[:page_title] || gettext("Cannery")}
-
+