mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added music collection page
This commit is contained in:
@@ -30,6 +30,7 @@ function setTheme() {
|
||||
root.style.setProperty("--secondary-text-color", `var(--${theme}-secondary-text-color)`);
|
||||
|
||||
root.style.setProperty("--background-color", `var(--${theme}-background-color)`);
|
||||
root.style.setProperty("--panel-color", `var(--${theme}-panel-color)`);
|
||||
|
||||
const logo = document.querySelector(".main-logo-img")
|
||||
if (logo !== null) {
|
||||
|
||||
Reference in New Issue
Block a user