Skip to content

Commit ab6936a

Browse files
committed
refactor: vuepress theme
1 parent ea2b81a commit ab6936a

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

src/assets/css/theme/vuepress-markdown.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -275,33 +275,6 @@
275275
.vuepress-markdown-body div[class~='v-md-pre-wrapper-php']::before {
276276
content: 'php';
277277
}
278-
.vuepress-markdown-body .arrow {
279-
display: inline-block;
280-
width: 0;
281-
height: 0;
282-
}
283-
.vuepress-markdown-body .arrow.up {
284-
border-bottom: 6px solid #ccc;
285-
}
286-
.vuepress-markdown-body .arrow.down,
287-
.vuepress-markdown-body .arrow.up {
288-
border-right: 4px solid transparent;
289-
border-left: 4px solid transparent;
290-
}
291-
.vuepress-markdown-body .arrow.down {
292-
border-top: 6px solid #ccc;
293-
}
294-
.vuepress-markdown-body .arrow.right {
295-
border-left: 6px solid #ccc;
296-
}
297-
.vuepress-markdown-body .arrow.left,
298-
.vuepress-markdown-body .arrow.right {
299-
border-top: 4px solid transparent;
300-
border-bottom: 4px solid transparent;
301-
}
302-
.vuepress-markdown-body .arrow.left {
303-
border-right: 6px solid #ccc;
304-
}
305278
.vuepress-markdown-body:not(.custom) {
306279
padding: 2rem 2.5rem;
307280
}

0 commit comments

Comments
 (0)