From 7117d19732c91fc7ce37986ab809e0bed60a590c Mon Sep 17 00:00:00 2001 From: Inhji Date: Fri, 17 Mar 2023 21:21:01 +0100 Subject: [PATCH] fix identity icons in admin --- assets/css/app.css | 10 ++++++++-- lib/chiya_web/controllers/page_html/home.html.heex | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 675d9a1..64d5953 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -19,7 +19,7 @@ --color-primary: 150 207 133; --color-background: 53 43 49; --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-dim: 74 59 68; } @@ -32,8 +32,14 @@ @apply prose-invert; } -/* Set appropriate width for identity icons */ +/* Set width and color for identity icons */ a[rel] svg { width: 1em; 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; } \ No newline at end of file diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index 88e6c15..41d7a94 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -1,6 +1,6 @@
-

+

<%= @settings.title %>