diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index d4f14a7..4d3682e 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -15,7 +15,7 @@ rel={identity.rel} href={identity.url} target="_blank" - class="group -mx-2 -my-0.5 inline-flex items-center gap-3 rounded-lg px-2 py-0.5 hover:bg-theme-dim" + class="group -mx-2 -my-0.5 inline-flex items-center gap-3 rounded-lg px-2 py-0.5 hover:bg-theme-primary/10 transition" > <%= raw identity.icon %> <%= identity.name %> @@ -27,9 +27,9 @@ <%= if @channel do %>
<%= for note <- @channel.notes do %> - - <%= note.name %> - <%= pretty_date(note.published_at) %> + + <%= note.name %> + <%= pretty_date(note.published_at) %> <% end %>