🎨 style: Add missing markdown font size variable to CSS (#9011)

This commit is contained in:
Danny Avila 2025-08-12 10:19:29 -04:00 committed by GitHub
parent 5943d5346c
commit 007570b5c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,7 @@
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--markdown-font-size: 1rem;
}
html {
--brand-purple: #ab68ff;