Give language-* code blocks the same style as generic ones

This commit is contained in:
Oliver Eyton-Williams
2019-05-01 19:38:15 +02:00
committed by mrugesh mohapatra
parent 5cfff58c7b
commit 3e45db3ef5

View File

@ -22,3 +22,8 @@
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace;
color: #c7254e;
}
.challenge-instructions pre code {
white-space: pre-wrap;
line-height: 1.42;
}