Updated styling for code blocks
This commit is contained in:
parent
20859f5eae
commit
dc7a49ed93
1 changed files with 8 additions and 1 deletions
|
@ -24,7 +24,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
p > code {
|
||||||
|
padding: 2px;
|
||||||
|
background: @Grey-200;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid @Grey-400;
|
||||||
|
}
|
||||||
|
|
||||||
|
p > code {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue