Added a border for pre elements

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-09-03 02:57:53 +04:00
parent c204a254c0
commit caab7e2d1c
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -111,6 +111,7 @@ img {
pre {
background-color: $color-bg-alt;
border: 1px solid $color-bg-alt;
border-radius: 4px;
display: block;
overflow-x: auto;