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:
@ -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;
|
||||
|
Reference in New Issue
Block a user