body: wip different background images depending on page

This commit is contained in:
Agahnim 2026-05-13 10:17:44 +02:00
parent 4a89666fc6
commit 7a10f9776f
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4

View file

@ -226,6 +226,19 @@ body {
sans-serif;
font-size: 1rem;
:has(#content home-content) {
background-image: url(assets/images/tiledbgpink.webp);
}
:has(#content music) {
background-image: url(assets/images/tiledbgpink.webp);
}
:has(#content katcenkat) {
background-image: url(assets/images/tiledbgpink.webp);
}
main {
padding-top: 8rem;
}
@ -972,6 +985,8 @@ mini-player {
}
}
/* Page-specific backgrounds */
/* Context Menu */
helo {
position: fixed;