Skip to content

Commit 95955ba

Browse files
committed
refactor: remove unused background SVG comments and clean up VPFeature styling
1 parent d06df42 commit 95955ba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.vitepress/theme/style.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ article.box .icon {
368368
12.835px 12.835px 21.392px 0 var(--vp-c-bg);
369369
}
370370

371-
/**
372-
* Background SVG for VitePress image
373-
* -------------------------------------------------------------------------- */
374-
375371
.image .image-container {
376372
@apply relative flex items-center justify-center;
377373
}
@@ -390,10 +386,6 @@ article.box .icon {
390386
@apply pb-0;
391387
}
392388

393-
/**
394-
* Component: VPFeature styling
395-
* -------------------------------------------------------------------------- */
396-
397389
.VPLink.link.VPFeature {
398390
@apply relative rounded-[32px] border bg-gradient-to-b from-[var(--vp-c-white)] to-[var(--vp-c-white)] transition-all duration-300 *:relative *:z-20 after:absolute after:inset-px after:z-10 after:rounded-[31px] after:bg-[var(--vp-c-bg-soft)] hover:shadow-lg;
399391
}

0 commit comments

Comments
 (0)