fix: code style in output now mirror test suite (#37316)

This commit is contained in:
Ricky Syamsi
2019-10-16 11:25:52 +00:00
committed by mrugesh
parent 09eebd8598
commit 881b24a54c

View File

@ -8,5 +8,8 @@
}
pre.output-text code {
color: #c7254e;
background-color: var(--quaternary-background);
color: var(--tertiary-color);
font-size: 90%;
padding: 2px 4px;
}