tries out npf's code styles
This commit is contained in:
parent
fa5a47dff1
commit
cff1e6e737
1 changed files with 9 additions and 2 deletions
|
@ -27,10 +27,17 @@ pre {
|
|||
|
||||
%code-style-codersblock {
|
||||
padding: 2px 4px;
|
||||
border: 1px dashed #adb5db;
|
||||
border: 1px dotted #adb5db;
|
||||
background-color: $gray-1;
|
||||
}
|
||||
|
||||
%code-style-npf {
|
||||
padding: .25em .5em;
|
||||
color: #bf616a;
|
||||
background-color: #f9f9f9;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
//-code {
|
||||
// white-space: pre-wrap;
|
||||
// @extend %code-font;
|
||||
|
@ -39,7 +46,7 @@ pre {
|
|||
|
||||
code {
|
||||
@extend %code-font;
|
||||
@extend %code-style-codersblock;
|
||||
@extend %code-style-npf;
|
||||
}
|
||||
|
||||
// highlight.js
|
||||
|
|
Loading…
Reference in a new issue