_sass/_syntax-highlighting.scss: comment the background

This commit is contained in:
Aminda Suomalainen 2024-05-22 20:36:09 +03:00
parent 77bf3cb437
commit 82f851cb3d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Syntax highlighting styles
*/
.highlight {
background: #fff;
//background: #fff;
@extend %vertical-rhythm;
.c {