summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/_highlights.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss
index a869ec9..0b5c188 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -27,7 +27,7 @@ code img {
code.language-plaintext {
padding: 0.4px 5px;
padding-bottom: 0;
- background: #d5d5d5;
- border: 1px solid #d5d5d5;
+ background: #171717;
+ border: 1px solid #757575;
font-size: 12.5px;
}