devel #28

Merged
inhji merged 2 commits from devel into main 2023-03-31 10:10:24 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -31,7 +31,7 @@ config :chiya, Chiya.Mailer, adapter: Swoosh.Adapters.Local
# Configure tailwind (the version is required)
config :tailwind,
version: "3.2.4",
version: "3.3.1",
default: [
args: ~w(
--config=tailwind.config.js

View file

@ -1,6 +1,8 @@
<header>
<h1 class="text-2xl font-semibold leading-8 text-theme-heading font-serif"><%= @note.name %></h1>
<p class="mt-2 text-sm leading-6 text-theme-muted">
<h1 class="text-3xl font-semibold leading-8 text-theme-heading font-serif border-b-2 border-theme-primary">
<%= @note.name %>
</h1>
<p class="mt-2 text-sm leading-6 text-theme-base font-semibold">
<%= pretty_date(@note.published_at) %>
</p>
</header>