feat: md-bg

This commit is contained in:
hyper
2026-02-27 21:22:13 +08:00
parent 3154830edd
commit 95be758bcc
4 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export function CardLayer(props: CardLayerProps) {
return (
<For each={props.layers}>
{(layer) => (
<div
<article
class="absolute flex items-center justify-center text-center prose prose-sm"
style={{
...getLayerStyle(layer, props.dimensions),