fix identity icons in admin

This commit is contained in:
Inhji 2023-03-17 21:21:01 +01:00
parent c133b8b3a8
commit 7117d19732
2 changed files with 9 additions and 3 deletions

View file

@ -19,7 +19,7 @@
--color-primary: 150 207 133; --color-primary: 150 207 133;
--color-background: 53 43 49; --color-background: 53 43 49;
--color-text-base: 245 245 212; --color-text-base: 245 245 212;
--color-text-heading: 150 207 133; --color-text-heading: 112 131 140;
--color-text-muted: 245 245 212; --color-text-muted: 245 245 212;
--color-text-dim: 74 59 68; --color-text-dim: 74 59 68;
} }
@ -32,8 +32,14 @@
@apply prose-invert; @apply prose-invert;
} }
/* Set appropriate width for identity icons */ /* Set width and color for identity icons */
a[rel] svg { a[rel] svg {
width: 1em; width: 1em;
fill: rgb(var(--color-text-heading)); fill: rgb(var(--color-text-heading));
}
/* Set width and color for identity icons */
svg {
width: 1.5em;
@apply fill-emerald-500 dark:fill-emerald-700;
} }

View file

@ -1,6 +1,6 @@
<div class="px-4 py-10 sm:py-28 sm:px-6 lg:px-8 xl:py-32 xl:px-28"> <div class="px-4 py-10 sm:py-28 sm:px-6 lg:px-8 xl:py-32 xl:px-28">
<div class="mx-auto max-w-xl lg:mx-0"> <div class="mx-auto max-w-xl lg:mx-0">
<h1 class="mt-4 text-[2rem] font-semibold leading-10 tracking-tighter text-theme-heading"> <h1 class="mt-4 text-[2rem] font-semibold leading-10 tracking-tighter text-theme-primary">
<%= @settings.title %> <%= @settings.title %>
</h1> </h1>
<p class="mt-4 text-base leading-7 text-theme-base"> <p class="mt-4 text-base leading-7 text-theme-base">