0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Added a border for pre elements

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

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;