feat(album-color-theme): support album color theme in all pages (#1685)

This commit is contained in:
Su-Yong
2024-02-01 22:11:57 +09:00
committed by GitHub
parent fb48d24e0d
commit a612d1c1fd
5 changed files with 122 additions and 25 deletions

View File

@ -1,5 +1,5 @@
:root {
--titlebar-background-color: #030303;
--titlebar-background-color: var(--ytmusic-color-black3);
--menu-bar-height: 32px;
}