🎨 Updated hex to rgba
This commit is contained in:
parent
acc80cff74
commit
6cf9044db6
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ export default {
|
|||
document.documentElement.style.setProperty("--ac-color", color);
|
||||
document.documentElement.style.setProperty(
|
||||
"--act-color",
|
||||
vibrant ? "rgb(18, 18, 18)" : "#ffffff"
|
||||
vibrant ? "rgba(18, 18, 18, 1)" : "rgba(255, 255, 255, 1)"
|
||||
);
|
||||
})();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue