diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index a339fc73b7..bceba229df 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -2629,6 +2629,8 @@ jobs: /// // Auto-generated safe-output script handler: post-slack-message + const { sanitizeContent } = require("./sanitize_content.cjs"); + /** @type {import('./types/safe-output-script').SafeOutputScriptMain} */ async function main(config = {}) { const { channel, message } = config; diff --git a/docs/slides/gh-aw-theme.css b/docs/slides/gh-aw-theme.css index 331f2d2f5a..3e9b9ee421 100644 --- a/docs/slides/gh-aw-theme.css +++ b/docs/slides/gh-aw-theme.css @@ -211,6 +211,15 @@ section td { color: #e6edf3; } +section table tr { + background-color: transparent; + border-top: none; +} + +section table tr:nth-child(2n) { + background-color: rgba(255, 255, 255, 0.06); +} + section tr:last-child td { border-bottom: none; }