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 47d3fb0..70f751a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -70,8 +70,8 @@ config :tailwind,
version: "4.0.0",
memex: [
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/memex_web/components/layouts/root.html.heex b/lib/memex_web/components/layouts/root.html.heex
index eac8219..471b65d 100644
--- a/lib/memex_web/components/layouts/root.html.heex
+++ b/lib/memex_web/components/layouts/root.html.heex
@@ -8,6 +8,7 @@
{assigns[:page_title] || gettext("memEx")}
+