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 d26438e..a1a929e 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: #211f26; + background: #1e1e1e; } code { |
