implemented eleventy filter for links

This commit is contained in:
sundae 2025-10-19 15:55:35 +03:00
commit c8223447a0
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
41 changed files with 230 additions and 205 deletions

View file

@ -6,9 +6,13 @@ article#badges {
}
}
#interests li {
width: 16ch;
margin: var(--pad-sm);
box-shadow: var(--shadow-light);
background: color-mix(in lch, #ff0, #fff);
background-image: linear-gradient(color-mix(in lch, var(--citrus-light-extra), var(--citrus-primary) 50%), var(--citrus-primary) 200%);
& img {
filter: drop-shadow(0 0 1px var(--citrus-dark));
}
&:nth-child(odd) {
transform: rotate(1deg);
}