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 4e4c6c7..d435854 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -9,7 +9,7 @@ div.highlight {
pre.highlight{
max-width: 100%;
line-height: 1.5;
- background: #d7dadb;
+ background: #d5d5d5;
}
code {
@@ -28,6 +28,6 @@ code.language-plaintext {
padding: 0.4px 5px;
padding-bottom: 0;
background: #d7dadb;
- border: 1px solid #e3e6e8;
+ border: 1px solid #d5d5d5;
font-size: 13px;
}