New challenge specific CSS
This commit is contained in:
23
client/less/challenge.less
Normal file
23
client/less/challenge.less
Normal 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;
|
||||
}
|
@ -1137,3 +1137,4 @@ code {
|
||||
|
||||
@import "chat.less";
|
||||
@import "jobs.less";
|
||||
@import "challenge.less";
|
||||
|
Reference in New Issue
Block a user