This commit is contained in:
Notoric 2024-05-29 15:10:22 +01:00
commit d558d17652
2 changed files with 6 additions and 5 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
notoric.net

View File

@ -265,10 +265,10 @@ em {
&::before {
content: "";
position: absolute;
top: calc(50% - 55vw);
left: calc(50% - 55vw);
height: 110vw;
width: 110vw;
top: calc(50% - 75vw);
left: calc(50% - 75vw);
height: 150vw;
width: 150vw;
z-index: 0;
background-image: repeating-conic-gradient(
#ff0050 0%,
@ -445,4 +445,4 @@ em {
width: 500px;
height: 500px;
}
}
}