music: wip music page

This commit is contained in:
Agahnim 2026-05-13 12:04:39 +02:00
parent 005a22deb1
commit 4c6592ae63
3 changed files with 14 additions and 6 deletions

View file

@ -198,7 +198,6 @@ table {
:root {
--lavender: #cdb4db;
--light-pink: #ffc8dd;
--pink: #ffafcc;
@ -232,7 +231,8 @@ body {
}
&:has(#content music) {
background-image: url(assets/images/tiledbgpink.webp);
background-image: url(assets/gifs/hmmmbg.gif);
background-size: auto;
}
&:has(#content katcenkat) {
@ -255,11 +255,19 @@ body {
}
cute-container {
background-image: url(assets/images/tiledbgpink.webp);
width: 70svw;
height: 70svh;
border: 5px solid var(--darker-pink);
background-image: url(assets/gifs/weirdstone.png);
width: min(90svw, 850px);
min-height: 70svh;
height: auto;
border: 5px solid var(--lavender);
padding: 1rem 2rem;
box-sizing: border-box;
img {
width: 80%;
display: block;
margin-inline: auto;
}
}
}