From 6a9555f55d053bace79b49a8f580b945971b9576 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 30 Jul 2023 10:44:51 +1000 Subject: [PATCH] Fix up home page status bar contrast --- app/templates/site/home.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim index ee3af53..0165c23 100644 --- a/app/templates/site/home.html.slim +++ b/app/templates/site/home.html.slim @@ -14,7 +14,7 @@ div class="mb-8 max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 a class="u-url block my-auto hover:underline decoration-wavy" href=latest_status.permalink == latest_status.content - latest_status.syndicated_to.each do |loc| - small class="text-fuchsia-50 dark:text-fuchsia-500" + small class="text-fuchsia-200 dark:text-fuchsia-500" a rel="syndication" class="u-syndication" href=loc[:url] Read on #{loc[:location]} a class="col-span-7 sm:col-span-1 px-2 text-center transition-colors rounded bg-fuchsia-50 hover:bg-fuchsia-200 dark:bg-fuchsia-900 dark:hover:bg-fuchsia-700 inline-block grid content-center max-h-12 my-auto" href="/statuses" p See all