devel #27

Merged
inhji merged 8 commits from devel into main 2023-03-30 23:13:02 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 54dea4e2a2 - Show all commits

View file

@ -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;

View file

@ -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"
>
<span>Chiya</span>
<p class="rounded-full bg-emerald-500/10 px-2 text-[0.8125rem] font-medium leading-6 text-emerald-500">
<p class="rounded-full bg-theme-primary/10 px-2 text-[0.8125rem] font-medium leading-6 text-theme-primary">
v<%= Application.spec(:chiya, :vsn) %>
</p>
</.link>