overhauled old theme

This commit is contained in:
sundae 2025-10-14 19:40:29 +03:00
commit fb24c6a302
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
82 changed files with 1378 additions and 1371 deletions

View file

@ -0,0 +1,21 @@
article#badges {
& a:is(:hover,:focus) {
transition: box-shadow var(--trans), background-color var(--trans);
box-shadow: 0 0 0 2px var(--citrus-secondary), 0 0 0 4px var(--citrus-dark-extra);
background-color: var(--citrus-secondary);
}
}
#interests li {
margin: var(--pad-sm);
box-shadow: var(--shadow-light);
background: color-mix(in lch, #ff0, #fff);
&:nth-child(odd) {
transform: rotate(1deg);
}
& a {
align-content: center;
& span:has(img)::after {
display: none;
}
}
}