WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7411453

Browse files
committed
ok
1 parent 0650c6c commit 7411453

File tree

3 files changed

+190
-188
lines changed

3 files changed

+190
-188
lines changed

core/src/server/static/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ window.addEventListener('load', (event) => {
16131613

16141614
ccolor = "rgba(0, 0, 0, 0)";
16151615
ccolor2 = getComputedStyle(document.documentElement).getPropertyValue('--other-color') + "00";
1616-
wavecolor = getComputedStyle(document.documentElement).getPropertyValue('--header-footer-background');
1616+
wavecolor = getComputedStyle(document.documentElement).getPropertyValue('--waveform-color');
16171617
selected_color = getComputedStyle(document.documentElement).getPropertyValue('--highlight-color') + "44";
16181618

16191619

0 commit comments

Comments
 (0)