From b815344885e2df0638bb4d4004ad9efe1b9f309e Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 30 Mar 2023 22:56:47 +0200 Subject: [PATCH] improve links on home, adjust to themes --- lib/chiya_web/controllers/page_html/home.html.heex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %>