diff options
Diffstat (limited to '_sass/_highlights.scss')
| -rw-r--r-- | _sass/_highlights.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index d435854..7617801 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: #d7dadb; + background: #d5d5d5; border: 1px solid #d5d5d5; font-size: 13px; } |
