make background pigs that hide from the footer 🐷🐷🐷

This commit is contained in:
elisejakob
2024-05-15 00:53:11 +02:00
parent ba4a4b3941
commit c1e26b39ed
6 changed files with 90 additions and 12 deletions

View File

@ -148,6 +148,7 @@ input[type="text"] {
.site-main {
padding: var(--spacing-sitepadding);
min-height: 100vh;
position: relative;
}
.hiddenLink {
@ -174,12 +175,4 @@ input[type="text"] {
&:has(:focus-visible) {
box-shadow: 0 0 0 1px var(--color-background), 0 0 0 3px var(--color-green-dark);
}
}
.bg-pig {
position: fixed;
bottom: 0;
right: 0;
z-index: 600;
--color-pig: var(--color-neufPink);
}