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 0b5c188..e3874a5 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -3,13 +3,13 @@
div.highlight {
overflow: unset;
margin-bottom: 5px;
- color: #2b2b2b;
+ color: #b7b7b7;
}
pre.highlight{
max-width: 100%;
line-height: 1.5;
- background: #d5d5d5;
+ background: #211f26;
}
code {