Skip to content

Commit bcd3a92

Browse files
committed
feat(hr): adjust styles
1 parent 668cd6f commit bcd3a92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/VueMarkdown.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ provide<VUE_MARKDOWN_CONTEXT>(VUE_MARKDOWN_CONTEXT_KEY, {
166166
hr {
167167
border-width: 0;
168168
border-top-width: 1px;
169-
border-color: #6b7280;
169+
border-color: #d1d5db;
170+
margin: 16px 0;
170171
}
171172
172173
pre {
@@ -221,6 +222,10 @@ provide<VUE_MARKDOWN_CONTEXT>(VUE_MARKDOWN_CONTEXT_KEY, {
221222
}
222223
}
223224
225+
hr {
226+
border-color: #374151;
227+
}
228+
224229
code:not(pre > code) {
225230
background: #1e293b;
226231
}

0 commit comments

Comments
 (0)