From 6a52d03329ec62e86d7c5a06153119bf5790fbcc Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:01:20 -0700 Subject: [PATCH] Landing + other fixes (#909) --- assets/styles/global.scss | 2 ++ components/ui/Modal.vue | 20 +++++++++----------- pages/index.vue | 5 +++-- pages/search.vue | 14 -------------- 4 files changed, 14 insertions(+), 27 deletions(-) diff --git a/assets/styles/global.scss b/assets/styles/global.scss index 9c21ddb6f..a4e9caed4 100644 --- a/assets/styles/global.scss +++ b/assets/styles/global.scss @@ -111,6 +111,7 @@ html { rgba(129, 137, 175, 0.75) 0%, rgba(66, 71, 97, 0.34) 100% ); + --landing-border-color: rgba(129, 137, 175, 0.55); --landing-creator-gradient: linear-gradient( 180deg, #f8f8f8 0%, @@ -242,6 +243,7 @@ html { rgba(168, 177, 221, 0.75) 0%, rgba(168, 177, 221, 0.18) 100% ); + --landing-border-color: rgba(168, 177, 221, 0.55); --landing-creator-gradient: linear-gradient(180deg, #000000 0%, #0e101d 100%); --landing-blob-gradient: radial-gradient( diff --git a/components/ui/Modal.vue b/components/ui/Modal.vue index 5ece46b44..f27cdb036 100644 --- a/components/ui/Modal.vue +++ b/components/ui/Modal.vue @@ -9,17 +9,15 @@ @click="hide" /> diff --git a/pages/index.vue b/pages/index.vue index 3fb5a24ae..b213df804 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -54,7 +54,7 @@