diff --git a/web/style/style.scss b/web/style/style.scss index e4181ec..e7f2ec0 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -586,6 +586,7 @@ ul { } pre.src { + background: $dark; + color: $light; overflow-y: auto; - }