Skip to content

Commit 64ddb51

Browse files
committed
win
1 parent 8754fe4 commit 64ddb51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/win.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
h5 {
3939
background-color: #2c2e34;
40-
color: #b2b2b2;
40+
color: #b4b4b4;
4141
font-weight: 400;
4242
position: absolute;
4343
font-size: 1em;
@@ -66,6 +66,7 @@ <h5 id="time_mid"></h5>
6666
const time = new Date().toLocaleTimeString().split(':').slice(0,2).join(':');
6767
time_top.innerHTML = time;
6868
time_mid.innerHTML = time;
69+
vid.load();
6970
}, 1000)
7071
})
7172
</script>

0 commit comments

Comments
 (0)