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

Reviewed-on: #275
This commit is contained in:
inhji 2023-08-24 09:08:07 +02:00
commit a4bc1536eb
2 changed files with 6 additions and 4 deletions

View file

@ -91,9 +91,11 @@
@apply text-theme-quaternary;
}
.prose h1, h2, h3, h4 {
@apply before:font-light before:text-theme-base/25;
}
.prose h2 { @apply before:font-light before:text-theme-secondary; }
.prose h3 { @apply before:font-light before:text-theme-blue; }
.prose h4 { @apply before:font-light before:text-theme-purple; }
.prose h1 {
@apply before:content-['#'];

View file

@ -109,7 +109,7 @@ defmodule ChiyaWeb.PublicComponents do
</h1>
<p
:if={@subtitle != []}
class={["mt-4 leading-7 font-semibold text-theme-base/75", @class_subtitle]}
class={["mt-4 leading-7 text-theme-base", @class_subtitle]}
>
<%= render_slot(@subtitle) %>
</p>