mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: updates
This commit is contained in:
parent
ce757215a3
commit
c1cd31840e
86 changed files with 1048 additions and 778 deletions
|
|
@ -20,10 +20,7 @@ const replaceBrandColorWithCSSVar = () => {
|
|||
if (decl?.parent?.selector?.includes('-blue-')) {
|
||||
return
|
||||
}
|
||||
value = value.replace(
|
||||
`rgb(${blue.rgb}`,
|
||||
`hsl(var(--brand-color-${blue.key})`
|
||||
)
|
||||
value = value.replace(`rgb(${blue.rgb}`, `hsl(var(--brand-color-${blue.key})`)
|
||||
})
|
||||
// if (decl.value !== value) {
|
||||
// console.log({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue