From 926d4f983769542ff79e1e57c75514dabc7fc61a Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 5 Apr 2025 04:02:14 +0000 Subject: [PATCH] fix style --- assets/css/{app.css => style.css} | 0 config/config.exs | 4 ++-- lib/memex_web/components/layouts/root.html.heex | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename assets/css/{app.css => style.css} (100%) 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")} +