diff --git a/index.mdx b/index.mdx index 4769ead..3471b60 100644 --- a/index.mdx +++ b/index.mdx @@ -42,7 +42,8 @@ import { CopyPromptButton } from '/snippets/copy-prompt-button.jsx';
diff --git a/style.css b/style.css index 0c5e88f..6df2f67 100644 --- a/style.css +++ b/style.css @@ -216,9 +216,6 @@ html.dark { --btn-border: #EDEEF0; } -/* hero bot dark recolor */ -html.dark img[src*="/images/tinker-bot.svg"] { content: url("/images/tinker-bot-dark.svg"); } - /* warning callout — selector depends on mintlify's yellow-* classes; renames silently break this */ html.dark .callout[class*="yellow"] { background-color: rgba(237, 238, 240, 0.03) !important;