Skip to content

Commit 6953a50

Browse files
committed
pink blockquote styling
1 parent 716e38b commit 6953a50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/blog/posts/layout.svelte

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
padding: 0.5rem;
5151
}
5252
:global(blockquote) {
53-
54-
53+
border-left: 0.5rem solid var(--color-primary);
54+
padding: 1rem;
55+
background-color: color-mix(in srgb, var(--color-primary) 10%, white);
5556
}
5657
</style>

0 commit comments

Comments
 (0)