40 lines
770 B
Plaintext
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;
|
|
}
|
|
|