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 bfc0c21..bf059bf 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: #2a2a2f; + background: $background; } code { |
