From 9eaf5b61b2a0105559e91c84a1acb597e7532309 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:39:26 +0000 Subject: [PATCH] Darken cookbook launch command --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b200715ed..cbffcf56b 100644 --- a/static/style.css +++ b/static/style.css @@ -20521,7 +20521,7 @@ body.gallery-selecting .gallery-dl-btn, .hwfit-serve-cmd { margin: 0; padding: 8px 10px; - background: color-mix(in srgb, var(--fg) 4%, transparent); + background: color-mix(in srgb, var(--fg) 8%, var(--bg)); border: 1px solid var(--border); border-top: none; border-radius: 4px;