Skip to content

Commit b9555a3

Browse files
committed
ADD : [config] 형관펜 밑줄 효과 스타일링 추가
1 parent d64d3b1 commit b9555a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/css/jekyll-theme-chirpy.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33

44
@use 'main
5-
{%- if jekyll.environment == 'production' -%}
5+
{%- if jekyll.environment == ' production ' -%}
66
.bundle
77
{%- endif -%}
88
';
@@ -12,3 +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+
}

0 commit comments

Comments
 (0)