From 8bb4200486551fa9e1ea081f524450ee13f4504f Mon Sep 17 00:00:00 2001 From: Shashi Gharti Date: Mon, 2 Oct 2023 17:24:18 +0545 Subject: [PATCH] Fixed blurry circles in zoomout mode (#831) --- site/.vuepress/theme/styles/index.styl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/site/.vuepress/theme/styles/index.styl b/site/.vuepress/theme/styles/index.styl index 6c3e07a77..cf15b7c97 100644 --- a/site/.vuepress/theme/styles/index.styl +++ b/site/.vuepress/theme/styles/index.styl @@ -44,13 +44,12 @@ p > span, h1, h2, h3 { .bg-circle-right position: relative - overflow: hidden &::before content: '' position: absolute - top: 20% - left: 100% + top: 10% + left: 60% transform: translate(-20%) width: 30rem; height: 30rem; @@ -68,10 +67,10 @@ p > span, h1, h2, h3 { content: '' position: absolute top: 20% - left: 0 + left: 40% transform: translate(-80%) - width: 40rem; - height: 40rem; + width: 30rem; + height: 30rem; background-color: #e077ff border-radius: 50% filter: blur(8.4375rem)