diff --git a/scripts/check.mjs b/scripts/check.mjs index ac5bf99..f4a1b74 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -125,14 +125,16 @@ for (const value of [ assert(html.includes("Search the library")); assert(html.includes("Search by title, task, or contributor")); assert(html.includes('class="search-field"')); -assert(html.includes("styles.css?v=20260623-proxy-auth")); +assert(html.includes("styles.css?v=20260623-row-background")); assert(html.includes("script.js?v=20260623-proxy-auth")); assert(css.includes(".search-control-label")); assert(css.includes(".search-control:hover .search-field")); assert(css.includes(".search-control:focus-within .search-field")); +assert.match(css, /\.loop-row\s*\{[^}]*background:\s*var\(--surface\);[^}]*\}/); +assert.match(css, /\.loop-table td\s*\{[^}]*background:\s*transparent;[^}]*\}/); assert.equal((html.match(/data-here-now-credit/g) || []).length, 2); for (const page of [learnHtml, agentHtml]) { - assert(page.includes("styles.css?v=20260623-proxy-auth")); + assert(page.includes("styles.css?v=20260623-row-background")); assert(page.includes("script.js?v=20260623-proxy-auth")); } for (const page of [html, learnHtml, agentHtml]) { diff --git a/site/agents/index.html b/site/agents/index.html index 4a94559..ead54d2 100644 --- a/site/agents/index.html +++ b/site/agents/index.html @@ -76,7 +76,7 @@ href="https://signals.forwardfuture.ai/loop-library/catalog.txt" /> - +