UX: highlight code in em and strong blocks (#26435)

This commit is contained in:
Kris 2024-03-29 16:41:12 -04:00 committed by GitHub
parent 603dd89691
commit 5a54aefd27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,9 @@
p > code,
li > code,
pre > code {
pre > code,
strong > code,
em > code {
color: var(--primary-very-high);
background: var(--hljs-bg);
}