diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 059af503..d590eb70 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -340,12 +340,12 @@ watch( }" >
@@ -466,33 +466,6 @@ watch( inset: 0; } -.card-backdrop { - background: rgba(var(--v-theme-primary), 0.2); - - &::before { - position: absolute; - background: color-mix(in srgb, var(--base-color) 60%, transparent); - content: ''; - inset: 0; - opacity: 0.8; - } -} - -.card-backdrop-blur { - /* stylelint-disable-next-line property-no-vendor-prefix */ - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - background: transparent; - - &::before { - position: absolute; - background: color-mix(in srgb, var(--base-color) 30%, transparent); - content: ''; - inset: 0; - opacity: 0.7; - } -} - .author-info { display: flex; align-items: center;