fixed index page

This commit is contained in:
sundae 2025-06-25 14:01:36 +03:00
parent b626e6265e
commit c091831537
No known key found for this signature in database
14 changed files with 44 additions and 22 deletions

View file

@ -13,18 +13,15 @@
height: 100vh;
width: inherit;
flex-direction: column;
background-image: var(--sunny);
background-color: rgb(255, 190, 0);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
& a {
font-family: "Urbanist", sans-serif;
font-size: 500%;
margin: 0;
&::after {
content: "";
mask-image: url("/assets/img/theme/paw.svg");
background-color: red;
height: 100%;
position: absolute;
pointer-events: none;
}
position: absolute;
top: 2rem;
background-color: unset;
}
}
& footer {

View file

@ -126,7 +126,10 @@
color-mix(in lch, transparent, var(--secondary-500) 70%);
}
}
a:has(img[src*="/assets/img/button"]):is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--secondary-500));
a:has(img[src*="/assets/img/button"]) {
background-color: unset;
&:is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--primary-500));
}
}
}

View file

@ -125,7 +125,10 @@
color-mix(in lch, transparent, var(--primary-dark-500) 30%);
}
}
a:has(img[src*="/assets/img/button"]):is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--primary-500));
a:has(img[src*="/assets/img/button"]) {
background-color: unset;
&:is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--primary-500));
}
}
}

View file

@ -49,6 +49,7 @@
--pad-m: 0.8rem;
--pad-sm: 0.4rem;
--paw: url("/assets/img/theme/paw.svg");
--sunny: url("/assets/img/theme/citrus/sundae.png")
}
@font-face {
font-family: Rubik;