New challenge specific CSS

This commit is contained in:
SaintPeter
2015-12-21 09:27:04 -08:00
parent ae6075c5fb
commit b8e7d2b403
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
.bonfire-instructions h4 {
margin-bottom: 0px;
}
.bonfire-instructions blockquote {
font-size: 90%;
font-family: @font-family-monospace;
color: @code-color;
background-color: @code-bg;
border-radius: @border-radius-base;
border: 1px solid @pre-border-color;
white-space: pre;
padding: 5px 10px;
margin-bottom: 5px;
overflow: auto;
}
.bonfire-instructions dfn {
font-family: @font-family-monospace;
color: @code-color;
background-color: @code-bg;
border-radius: @border-radius-base;
}

View File

@ -1137,3 +1137,4 @@ code {
@import "chat.less";
@import "jobs.less";
@import "challenge.less";