1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-10-31 19:33:24 +01:00
217 changed files with 6773 additions and 2275 deletions
@@ -84,6 +84,7 @@ onMounted(() => {
return getParentBg(el.parentElement);
}
}
const rawBg = getParentBg(el.value);
const _bg = tinycolor(rawBg.startsWith('var(') ? getComputedStyle(document.documentElement).getPropertyValue(rawBg.slice(4, -1)) : rawBg);
_bg.setAlpha(0.85);