Skip to content

Commit 0cc9922

Browse files
committed
fix(site): fix
1 parent ffe2570 commit 0cc9922

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/sites/src/assets/custom-block.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ body {
115115
border-left: 0.5rem solid;
116116
padding: 1rem 1.5rem;
117117
overflow-x: auto;
118+
border-radius: 8px;
118119
}
119120
.markdown-body {
120121
.custom-block.tip {

examples/sites/src/views/docs/docs.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ onMounted(() => {
7171
background-color: #000;
7272
}
7373
74+
.dark .docs-container .markdown-body pre {
75+
background-color: #1a1a1a;
76+
}
77+
7478
.dark .docs-container .markdown-body code {
7579
text-shadow: none;
7680
color: var(--tv-color-text);

0 commit comments

Comments
 (0)