From 82f851cb3d3617e4f8db9dce59f8e028443b1c76 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 22 May 2024 20:36:09 +0300 Subject: [PATCH] _sass/_syntax-highlighting.scss: comment the background --- _sass/_syntax-highlighting.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss index 52b5406..4eac3d6 100644 --- a/_sass/_syntax-highlighting.scss +++ b/_sass/_syntax-highlighting.scss @@ -2,7 +2,7 @@ * Syntax highlighting styles */ .highlight { - background: #fff; + //background: #fff; @extend %vertical-rhythm; .c {