update code style

This commit is contained in:
Simon Vieille 2021-04-09 12:58:48 +02:00
parent e58c6b7e3f
commit aa2b63549e

View file

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