We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3b66 commit 58202e5Copy full SHA for 58202e5
1 file changed
core/src/server/static/app.js
@@ -1560,7 +1560,7 @@ window.addEventListener('load', (event) => {
1560
const url = window.location.href;
1561
const root = document.documentElement;
1562
1563
- ccolor = getComputedStyle(document.documentElement).getPropertyValue('--header-footer-background') + "33";
+ ccolor = "rgba(0, 0, 0, 0)";
1564
ccolor2 = getComputedStyle(document.documentElement).getPropertyValue('--other-color') + "00";
1565
wavecolor = getComputedStyle(document.documentElement).getPropertyValue('--header-footer-background');
1566
selected_color = getComputedStyle(document.documentElement).getPropertyValue('--highlight-color') + "44";
0 commit comments