From fa3adca5fc1c452dec46c01b845c69728f29d9f7 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 19:58:53 +0900 Subject: [PATCH] Cookbook Trending: HF link pill tinted accent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inside #cookbook-hf-latest-list the HF ↗ link is the row's main affordance, so tint it accent instead of the muted-gray default used elsewhere. --- static/style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 7fca1eece..54662a3cf 100644 --- a/static/style.css +++ b/static/style.css @@ -12407,7 +12407,7 @@ textarea.memory-add-input { background: none; border: none; color: var(--fg); - opacity: 0.35; + opacity: 0.85; padding: 4px 7px; font-family: inherit; font-size: 11px; @@ -12420,6 +12420,11 @@ textarea.memory-add-input { align-items: center; justify-content: center; } +/* Some toolbar buttons baked in svg{opacity:0.7} via inline styles, which + compounded with the button's own opacity to look almost invisible. + Force the inline svg opacity back to 1 inside the toolbar — the button + wrapper's 0.85 is the only fade we need. */ +.doc-md-toolbar button svg[style*="opacity"] { opacity: 1 !important; } .doc-md-toolbar button:hover { opacity: 1; } @@ -19114,6 +19119,16 @@ body.gallery-selecting .gallery-dl-btn, border-color: var(--accent, var(--red)); color: var(--accent, var(--red)); } +/* In the Trending models list the HF pill is the row's main affordance — + tint it accent so it stands out next to the model name. */ +#cookbook-hf-latest-list .cookbook-hf-link { + color: var(--accent, var(--red)); + opacity: 0.85; + border-color: color-mix(in srgb, var(--accent, var(--red)) 30%, transparent); +} +#cookbook-hf-latest-list .cookbook-hf-link:hover { + opacity: 1; +} /* Running tab sections */ .cookbook-saved-section,