Skip to content

Commit 7d1f469

Browse files
committed
fix: Remove border from codeblocks in callouts
1 parent 3344afc commit 7d1f469

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,11 @@ blockquote {
874874

875875
/* solid 3px drop shadow */
876876
box-shadow: 3px 3px 0px var(--color-shadow);
877+
878+
&:has(.code-block) .highlight-v2 {
879+
/* Remove border from codeblocks in callouts */
880+
border: none;
881+
}
877882
}
878883

879884
blockquote.note {

0 commit comments

Comments
 (0)