Skip to content

Commit ad64d75

Browse files
authored
Update custom-blocks.styl
1 parent 0e8b6f1 commit ad64d75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/vuepress-theme-reco/styles/custom-blocks.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
&.tip
1111
background-color var(--code-color)
1212
border-color #67cc86
13-
.custom-block-title
13+
.title
1414
color #67cc86
1515
&.warning
1616
background-color var(--code-color)
1717
border-color #fb9b5f
18-
.custom-block-title
18+
.title
1919
color #fb9b5f
2020
&.danger
2121
background-color var(--code-color)
2222
border-color #f26d6d
23-
.custom-block-title
23+
.title
2424
color #f26d6d
2525
&.right
2626
color transparentify($textColor, 0.4)

0 commit comments

Comments
 (0)