Add rounded corners to codeblocks; also ensure horizontal scrolling to avoid overflow
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -130,6 +130,11 @@ kbd, code {
|
|||||||
pre {
|
pre {
|
||||||
background-color: $codeblock-background;
|
background-color: $codeblock-background;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
overflow-x: auto;
|
||||||
|
font-weight: bold;
|
||||||
|
border: 1px solid #DDDDDD;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user