diff --git a/src/components/shortcodes/Callout.astro b/src/components/shortcodes/Callout.astro index 8886a7f..474071e 100644 --- a/src/components/shortcodes/Callout.astro +++ b/src/components/shortcodes/Callout.astro @@ -27,7 +27,7 @@ const { icon, type = 'info'} = Astro.props; } .callout-info { - --callout-bg: var(--terminal-green); + --callout-bg: #c8c8c8; --callout-text: #2e3440; } @@ -45,10 +45,4 @@ const { icon, type = 'info'} = Astro.props; --callout-bg: var(--terminal-red); --callout-text: #111; } - - @media (prefers-color-scheme: light) { - :root:not([data-theme="dark"]) .callout-info { - --callout-text: #eee; - } - } \ No newline at end of file