body: wip different background images depending on page
This commit is contained in:
parent
28d8b5c171
commit
8a06639734
1 changed files with 15 additions and 0 deletions
|
|
@ -226,6 +226,19 @@ body {
|
||||||
sans-serif;
|
sans-serif;
|
||||||
font-size: 1rem;
|
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 {
|
main {
|
||||||
padding-top: 8rem;
|
padding-top: 8rem;
|
||||||
}
|
}
|
||||||
|
|
@ -972,6 +985,8 @@ mini-player {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Page-specific backgrounds */
|
||||||
|
|
||||||
/* Context Menu */
|
/* Context Menu */
|
||||||
helo {
|
helo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue