Skip to content

Commit 904d752

Browse files
committed
Revert "FIX : [scss] 형광펜 밑줄 효과 임시 제거"
This reverts commit 68a1cbf.
1 parent 6792ad7 commit 904d752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/jekyll-theme-chirpy.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
/* append your custom style below */
15-
// .highlighting-underline {
16-
// background: linear-gradient(transparent 60%, #1b99f3 80%);
17-
// padding: 2px 4px;
18-
// }
15+
.highlighting-underline {
16+
background: linear-gradient(transparent 60%, #1b99f3 80%);
17+
padding: 2px 4px;
18+
}

0 commit comments

Comments
 (0)