From 69870f8dcad09103d54cf5847caa328b30b7e53c Mon Sep 17 00:00:00 2001 From: LeoKu Date: Sat, 16 Oct 2021 19:27:56 +0800 Subject: [PATCH] style: download modal --- src/components/DownloadModal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DownloadModal.vue b/src/components/DownloadModal.vue index c1cacf5..d45bc84 100644 --- a/src/components/DownloadModal.vue +++ b/src/components/DownloadModal.vue @@ -51,7 +51,7 @@ const { t } = useI18n() overflow: hidden; background-color: rgba($color-dark, 0.4); transform: translate(-50%, 0); - // backdrop-filter: blur(1rem); + backdrop-filter: blur(0.3rem); } .download-modal { @@ -60,6 +60,7 @@ const { t } = useI18n() min-width: 310px; max-width: 500px; background-color: darken($color-dark, 1); + border: 0.15rem solid rgba($color-accent, 0.8); border-radius: 1rem; .modal-body {