mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: highlight code in em
and strong
blocks (#26435)
This commit is contained in:
parent
603dd89691
commit
5a54aefd27
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
p > code,
|
p > code,
|
||||||
li > code,
|
li > code,
|
||||||
pre > code {
|
pre > code,
|
||||||
|
strong > code,
|
||||||
|
em > code {
|
||||||
color: var(--primary-very-high);
|
color: var(--primary-very-high);
|
||||||
background: var(--hljs-bg);
|
background: var(--hljs-bg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user