Skip to content

Commit 7a76584

Browse files
committed
Add tag shadow
1 parent d34f06b commit 7a76584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/posts/[...id].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const { Content } = await render(post);
5959
padding: $space-sm;
6060
border: 1px solid $color-subtle;
6161
border-radius: 2px;
62+
box-shadow: 0 $shadow-offset $color-subtle;
6263
}
6364
}
6465
</style>

0 commit comments

Comments
 (0)