refactor: update .blur-circle::after style in dark mode (#12)
This commit is contained in:
@@ -259,21 +259,6 @@ a.inline-block.leading-5.pl-12{
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .blur-circle::after {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
width: 500px;
|
|
||||||
height: 500px;
|
|
||||||
background: #31d69945 !important;
|
|
||||||
bottom: 00px;
|
|
||||||
right: 0px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: -1;
|
|
||||||
border-radius: 50%;
|
|
||||||
filter: blur(50px);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark .blur-circle::after {
|
.dark .blur-circle::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user