general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-19 12:29:05 +03:00
parent 9e307b7da4
commit 7cea387f02
27 changed files with 94 additions and 535 deletions

View File

@ -30,7 +30,7 @@
text-align: center;
}
.dark #artist-albumlist p {
#artist-albumlist p {
color: #ddd;
}
@ -39,15 +39,11 @@
color: #333;
}
.dark #artist-albumlist small {
#artist-albumlist small {
color: #ccc;
}
#metadata p {
color: #171717;
}
.dark #metadata p {
.#metadata p {
color: #ddd;
}
@ -64,9 +60,5 @@
}
#artist-section h2 {
font-size: 2rem;
}
.dark #artist-section h2 {
color: #ddd;
}