fix: use triple backticks around code
This commit is contained in:
committed by
mrugesh mohapatra
parent
dbfd1e2a2f
commit
be2c37491f
@ -42,6 +42,12 @@
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.night .challenge-instructions pre,
|
||||
.night .challenge-instructions pre code {
|
||||
color: #c7254e;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.night code {
|
||||
background-color: #242424;
|
||||
color: #02a902;
|
||||
|
@ -2,7 +2,7 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.challenge-instructions blockquote {
|
||||
.challenge-instructions blockquote, .challenge-instructions pre {
|
||||
background-color: #eee;
|
||||
color: #c7254e;
|
||||
padding: 10px;
|
||||
@ -12,3 +12,9 @@
|
||||
font-family: monospace;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.challenge-instructions pre {
|
||||
border: 0;
|
||||
border-radius: 0%;
|
||||
word-break: normal;
|
||||
}
|
||||
|
Reference in New Issue
Block a user