mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 04:01:17 -04:00
24 lines
530 B
CSS
24 lines
530 B
CSS
.challenge-instructions {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.challenge-instructions blockquote,
|
|
.challenge-instructions pre {
|
|
background-color: #eee;
|
|
color: #c7254e;
|
|
padding: 10px 10px 10px 15px;
|
|
width: 100%;
|
|
margin: 0;
|
|
margin-bottom: 1.45rem;
|
|
font-family: monospace;
|
|
font-size: 16px;
|
|
border: none;
|
|
}
|
|
|
|
.challenge-instructions pre code {
|
|
line-height: 1.42;
|
|
text-shadow: none;
|
|
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace;
|
|
color: #c7254e;
|
|
}
|