mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-21 23:56:31 +00:00
set fixed color
This commit is contained in:
parent
2f86c4169f
commit
3f25d8a09e
@ -7,6 +7,7 @@ function init() {
|
|||||||
Object.assign(wrapper.style, {
|
Object.assign(wrapper.style, {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
|
color: '#000',
|
||||||
top: '0',
|
top: '0',
|
||||||
left: '0',
|
left: '0',
|
||||||
width: '100vw',
|
width: '100vw',
|
||||||
@ -39,5 +40,5 @@ async function check() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init()
|
init()
|
||||||
setInterval(check, 5000)
|
setInterval(check, 2000)
|
||||||
check()
|
check()
|
||||||
|
Loading…
Reference in New Issue
Block a user