Skip to content

Commit 58202e5

Browse files
committed
small changes
1 parent efd3b66 commit 58202e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/server/static/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ window.addEventListener('load', (event) => {
15601560
const url = window.location.href;
15611561
const root = document.documentElement;
15621562

1563-
ccolor = getComputedStyle(document.documentElement).getPropertyValue('--header-footer-background') + "33";
1563+
ccolor = "rgba(0, 0, 0, 0)";
15641564
ccolor2 = getComputedStyle(document.documentElement).getPropertyValue('--other-color') + "00";
15651565
wavecolor = getComputedStyle(document.documentElement).getPropertyValue('--header-footer-background');
15661566
selected_color = getComputedStyle(document.documentElement).getPropertyValue('--highlight-color') + "44";

0 commit comments

Comments
 (0)