Merge pull request 'devel' (#46) from devel into main

Reviewed-on: #46
This commit is contained in:
inhji 2023-04-04 15:38:02 +02:00
commit 2d234d00a1
5 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -3,7 +3,7 @@
Oops, something went wrong! Please check the errors below.
</.error>
<.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

View file

@ -1,5 +1,5 @@
<div class="mx-auto max-w-xl mx-4 lg:mx-0">
<h1 class="mt-16 text-[2rem] font-semibold font-serif leading-10 tracking-tighter text-theme-primary">
<h1 class="mt-16 text-[2rem] font-semibold font-serif leading-10 tracking-tighter text-theme-heading">
<%= @channel.name %>
</h1>
<p class="mt-4 text-base leading-7 text-theme-base">

View file

@ -1,5 +1,5 @@
<div class="mx-auto max-w-xl mx-4 lg:mx-0">
<h1 class="mt-16 text-3xl font-semibold font-serif leading-10 tracking-tighter text-theme-primary">
<h1 class="mt-16 text-3xl font-semibold font-serif leading-10 tracking-tighter text-theme-heading">
<%= @settings.title %>
</h1>
<p class="mt-4 text-base leading-7 text-theme-base">

View file

@ -1,6 +1,6 @@
<div class="mx-auto max-w-xl mx-4 lg:mx-0">
<header>
<h1 class="mt-16 text-3xl font-semibold leading-8 text-theme-heading font-serif underline underline-offset-2 decoration-theme-primary">
<h1 class="mt-16 text-3xl font-semibold leading-8 text-theme-heading font-serif">
<%= @note.name %>
</h1>
<p class="mt-2 text-sm leading-6 text-theme-base font-semibold">