update code style

This commit is contained in:
Simon Vieille 2021-04-09 12:56:09 +02:00
parent c7e6beb82c
commit e58c6b7e3f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
@mixin make-pre {
padding: 10px;
border-radius: 0;
border: 1px solid $color-code-border;
overflow: auto;
background: $color-code-background;