body: wip different background images depending on page
This commit is contained in:
parent
4a89666fc6
commit
7a10f9776f
1 changed files with 15 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue