diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 1b182652..f3e70f71 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -79,7 +79,7 @@ p, .content li { } } -pre code { +pre { display: block; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(51, 51, 51, 0.25); diff --git a/app/templates/base.html b/app/templates/base.html index 7c79db4e..44d547b7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@