Files
freeCodeCamp/client/less/challenge.less
2016-01-19 16:41:53 +07:00

40 lines
770 B
Plaintext

.bonfire-instructions h4 {
margin-bottom: 0;
}
.bonfire-instructions blockquote {
font-size: 90%;
font-family: @font-family-monospace;
color: @code-color;
background-color: #fffbe5;
border-radius: @border-radius-base;
border: 1px solid @pre-border-color;
white-space: pre;
padding: 5px 10px;
margin-bottom: 10px;
margin-top: -10px;
overflow: auto;
}
.bonfire-instructions dfn {
font-family: @font-family-monospace;
color: @code-color;
background-color: @code-bg;
border-radius: @border-radius-base;
}
.bonfire-instructions a, #MDN-links a {
color: #31708f;
}
.bonfire-instructions a::after, #MDN-links a::after {
font-size: 70%;
font-family: FontAwesome;
content: " \f08e";
}
.bonfire-instructions ol {
font-size: 16px;
}