From 3999b8b6879e595fc927a6c46772321ce16eb571 Mon Sep 17 00:00:00 2001 From: Montia37 Date: Wed, 27 Aug 2025 12:36:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A6=BB=E7=BA=BF?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=8D=A1=E7=89=87=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview-theme.yaml | 3 --- src/index.css | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/preview-theme.yaml b/.github/workflows/preview-theme.yaml index fa16f11..e9928ad 100644 --- a/.github/workflows/preview-theme.yaml +++ b/.github/workflows/preview-theme.yaml @@ -2,9 +2,6 @@ name: Build Preview Theme Package on: workflow_dispatch: - inputs: - ref: - default: "dev" jobs: build-and-package: diff --git a/src/index.css b/src/index.css index e739e3e..3a41998 100644 --- a/src/index.css +++ b/src/index.css @@ -144,6 +144,11 @@ body::before { /* transition: var(--body-background-transition); */ } +.purcarte-blur { + background: var(--color-card); + backdrop-filter: blur(var(--purcarte-blur)); +} + .striped-bg-red-translucent-diagonal { background-image: linear-gradient( 45deg, @@ -157,8 +162,3 @@ body::before { ); background-size: 60px 60px; } - -.purcarte-blur { - background: var(--color-card); - backdrop-filter: blur(var(--purcarte-blur)); -}