sync changes

This commit is contained in:
Enstrayed
2025-10-01 09:50:32 -07:00
parent 4de76c34c2
commit b1ac3d6f58
16 changed files with 114 additions and 60 deletions

View File

@@ -1,9 +1,8 @@
html {
background-color: #0f0f0f;
background-image: url('/static/bridge2.jpg');
/*! background-size: 100%; */
background-image: url('/dynamic/background/main');
background-size: cover;
background-position-y: 50%;
background-position-x: center;
height: 100%;
}
@@ -64,7 +63,6 @@ body {
flex-direction: column;
justify-content: center;
gap: 0.2em;
max-width: 14em;
}
#nowplaying .nowPlayingLine2 {