added music stats to site

This commit is contained in:
2026-04-24 02:07:08 +02:00
parent eaece534d5
commit bb81f6f2a0
3 changed files with 44 additions and 4 deletions
+23 -2
View File
@@ -1,6 +1,6 @@
body {
text-align: center;
background-color: #222222;
background-color: #221826;
}
h1,
@@ -61,4 +61,25 @@ a {
a:hover {
color: #D0A7DF
}
}
iframe {
border: none;
overflow: hidden
}
#nowplayingwidget {
position: fixed;
bottom: 15px;
left: 15px;
float: left;
}
/*colors:
#221826
#51324A
#804C6E
#DD7FB6
#D0A7DF
#DDDDEE
*/