Added a border for pre elements
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
c204a254c0
commit
caab7e2d1c
@ -111,6 +111,7 @@ img {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: $color-bg-alt;
|
background-color: $color-bg-alt;
|
||||||
|
border: 1px solid $color-bg-alt;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user