diff options
| -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 a1a929e..d26438e 100644 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -10,7 +10,7 @@ div.highlight { pre.highlight{ max-width: 100%; line-height: 1.5; - background: #1e1e1e; + background: #211f26; } code { |
