From 7fa21aaa6f0631b7b5bbd08698b6ec7b9caf4e7e Mon Sep 17 00:00:00 2001 From: Inhji Date: Sun, 9 Apr 2023 23:51:45 +0200 Subject: [PATCH] change link color to primary --- assets/css/app.css | 2 +- lib/chiya_web/controllers/page_html/channel.html.heex | 2 +- lib/chiya_web/controllers/page_html/home.html.heex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 54ab276..091a0db 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -84,7 +84,7 @@ /* Set width and color for identity icons */ a[rel] svg { width: 1em; - fill: rgb(var(--color-text-heading)); + fill: rgb(var(--color-text-primary)); } /* Set width and color for identity icons */ diff --git a/lib/chiya_web/controllers/page_html/channel.html.heex b/lib/chiya_web/controllers/page_html/channel.html.heex index 0e3845c..6afd766 100644 --- a/lib/chiya_web/controllers/page_html/channel.html.heex +++ b/lib/chiya_web/controllers/page_html/channel.html.heex @@ -12,7 +12,7 @@ href={~p"/#{note.slug}"} class="rounded -mx-2 -my-0.5 px-2 py-0.5 hover:bg-theme-primary/10 transition" > - <%= note.name %> + <%= note.name %> <%= pretty_date(note.published_at) %> <% end %> diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index df2205b..6ae7819 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -29,7 +29,7 @@ href={~p"/#{note.slug}"} class="rounded-lg -mx-2 -my-0.5 px-2 py-0.5 hover:bg-theme-primary/10 transition" > - + <%= note.name %> <%= pretty_date(note.published_at) %>