Add --md-surface-alt variable to markdown-render.css

This commit is contained in:
2026-03-12 16:15:56 +01:00
parent f1c96d66e6
commit b2b0afdaf6

View File

@@ -24,6 +24,7 @@ body:not([data-theme="light"]) .md-root {
body[data-theme="light"] .md-root {
--md-link-color: #0a66c2;
--md-link-hover-color: #004182;
--md-surface-alt: var(--bg);
--md-code-inline-bg: rgba(0, 0, 0, 0.06);
}