From ea85e9cdfbe154e80b4185a314c54c2e03d815c4 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 22 Jun 2026 15:50:41 -0400 Subject: [PATCH] home3 news footer: 3-min-read back to the right; 'Read more good news' is blue now Co-Authored-By: Claude Opus 4.8 --- frontend/src/routes/home3/+page.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/home3/+page.svelte b/frontend/src/routes/home3/+page.svelte index 04a1b11..b7cbbf9 100644 --- a/frontend/src/routes/home3/+page.svelte +++ b/frontend/src/routes/home3/+page.svelte @@ -341,12 +341,12 @@ mask-image: linear-gradient(to bottom, #000 calc(100% - 2.1em), transparent); } .summary { font-size: 14.5px; line-height: 1.55; color: var(--body); margin: 12px 0 0; } - .news-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; } + .news-foot { display: flex; align-items: center; justify-content: flex-end; padding-top: 18px; } .meta { font-size: 12px; color: var(--muted); } /* divider sets the secondary "feed" link apart as its own thing */ .news-div { border: none; border-top: 1px solid #e6d9bf; margin: 14px 0 12px; } - .news-more { display: inline-block; font-size: 13px; font-weight: 600; color: var(--muted); text-decoration: none; } - .news-more:hover { color: var(--teal); } + .news-more { display: inline-block; font-size: 13px; font-weight: 600; color: var(--teal); text-decoration: none; } + .news-more:hover { text-decoration: underline; } .news-more:hover { color: var(--teal); } /* Daily Art — wide, text left + artwork swatch right */