update code style

This commit is contained in:
Simon Vieille 2021-04-09 12:58:48 +02:00
parent e58c6b7e3f
commit aa2b63549e
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,6 @@
@mixin make-pre {
padding: 10px;
border-radius: 0;
border: 1px solid $color-code-border;
overflow: auto;
background: $color-code-background;
@ -80,6 +79,10 @@ a:focus .logo-svg * {
fill: $color-grey;
}
pre[class*="language-"] {
border-radius: 0 !important;
}
.page {
min-height: 100vh;
background: $color-white;