diff --git a/assets/css/app.css b/assets/css/app.css index a66c919..bf2d960 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -73,7 +73,7 @@ } .prose :where(h2):not(:where([class~="not-prose"] *)) { - @apply font-serif underline decoration-2 decoration-theme-primary; + @apply font-serif text-theme-heading; } .prose img { diff --git a/lib/chiya_web/controllers/note_html/note_form.html.heex b/lib/chiya_web/controllers/note_html/note_form.html.heex index a8bd7c3..cf04a0c 100644 --- a/lib/chiya_web/controllers/note_html/note_form.html.heex +++ b/lib/chiya_web/controllers/note_html/note_form.html.heex @@ -3,7 +3,7 @@ Oops, something went wrong! Please check the errors below. <.input field={f[:name]} type="text" label="Name" /> - <.input field={f[:content]} type="textarea" label="Content" /> + <.input field={f[:content]} type="textarea" label="Content" rows="15" /> <.input field={f[:slug]} type="text" label="Slug" /> <.input field={f[:published_at]} type="datetime-local" label="Published at" /> <.input diff --git a/lib/chiya_web/controllers/page_html/channel.html.heex b/lib/chiya_web/controllers/page_html/channel.html.heex index 2d02613..0e3845c 100644 --- a/lib/chiya_web/controllers/page_html/channel.html.heex +++ b/lib/chiya_web/controllers/page_html/channel.html.heex @@ -1,5 +1,5 @@
-

+

<%= @channel.name %>

diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index b318d55..fd96954 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -1,5 +1,5 @@

-

+

<%= @settings.title %>

diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 6dfaa55..5686ec2 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,6 +1,6 @@

-

+

<%= @note.name %>