From 54dea4e2a2b8a881b0ba709fff3d32cca5c2ca4f Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 30 Mar 2023 23:09:39 +0200 Subject: [PATCH] make link color and version badge primary --- assets/css/app.css | 4 ++++ lib/chiya_web/components/admin_components.ex | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index dd07431..c526f3e 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -50,6 +50,10 @@ @apply prose-invert; } +.prose :where(a):not(:where([class~="not-prose"] *)) { + @apply underline decoration-2 decoration-theme-primary; +} + /* Set width and color for identity icons */ a[rel] svg { width: 1em; diff --git a/lib/chiya_web/components/admin_components.ex b/lib/chiya_web/components/admin_components.ex index 1e5fb41..cd71075 100644 --- a/lib/chiya_web/components/admin_components.ex +++ b/lib/chiya_web/components/admin_components.ex @@ -72,7 +72,7 @@ defmodule ChiyaWeb.AdminComponents do class="flex gap-3 text-sm leading-6 text-gray-100 font-semibold hover:text-gray-300" > Chiya -

+

v<%= Application.spec(:chiya, :vsn) %>