mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -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,
|
||||
li > code,
|
||||
pre > code {
|
||||
pre > code,
|
||||
strong > code,
|
||||
em > code {
|
||||
color: var(--primary-very-high);
|
||||
background: var(--hljs-bg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user