Skip to content

Commit 07542d1

Browse files
committed
ADD : [config] 코드 하이라이팅 에러 제거
1 parent 8c70076 commit 07542d1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

_sass/themes/_dark.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
}
176176

177177
.highlight .err {
178-
color: #151515;
179-
background-color: #ac4142;
178+
// color: #151515;
179+
// background-color: #ac4142;
180180
}
181181

182182
.highlight .c,
@@ -302,4 +302,6 @@
302302
}
303303
}
304304

305-
.txt_bg {background:linear-gradient(180deg,#00ff0000 70%,#7c7d7c 30%);}
305+
.txt_bg {
306+
background: linear-gradient(180deg, #00ff0000 70%, #7c7d7c 30%);
307+
}

_sass/themes/_light.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270
}
271271

272272
.highlight .err {
273-
color: #f6f8fa;
274-
background-color: #82071e;
273+
// color: #f6f8fa;
274+
// background-color: #82071e;
275275
}
276276

277277
.highlight .c,
@@ -312,4 +312,6 @@
312312
}
313313
}
314314

315-
.txt_bg {background:linear-gradient(180deg,#00ff0000 70%,#e6f9ea 30%);}
315+
.txt_bg {
316+
background: linear-gradient(180deg, #00ff0000 70%, #e6f9ea 30%);
317+
}

0 commit comments

Comments
 (0)