This commit is contained in:
vista-man
2024-10-31 11:59:55 +01:00
parent 6e8deac10c
commit 80d61bb0fd

View File

@@ -25,7 +25,7 @@ body {
height: calc(var(--size) * 2); height: calc(var(--size) * 2);
clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z"); clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z");
transition: clip-path 0.25s, filter 0.75s; transition: clip-path 0.25s, filter 0.75s;
grid-column: auto / span 1; grid-column: 1 / span 1;
border-radius: 50px; border-radius: 50px;