wip: write new rgb ears build guide for 39c3
All checks were successful
/ build (pull_request) Successful in 27s

This commit is contained in:
lilly 2025-12-12 12:25:48 +01:00
commit a785c0051d
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
7 changed files with 499 additions and 0 deletions

View file

@ -74,4 +74,32 @@
font-size: 1.2rem;
}
section {
margin-top: 3rem;
}
details {
border: 1px solid var(--accent-color);
border-radius: 8px;
background-color: color-mix(in hsl, var(--accent-color) 20%, var(--bg-color) 80%);
& > * {
padding: 0.5rem 1ch;
}
& > summary {
cursor: pointer;
user-select: none;
}
&[open] > summary {
border-bottom: 1px solid var(--accent-color);
margin-left: 0;
margin-right: 0;
}
}
pre {
overflow-x: scroll;
}
}