mirror of
https://github.com/cupcakearmy/ora.git
synced 2025-09-05 15:50:40 +00:00
set fixed color
This commit is contained in:
@@ -7,6 +7,7 @@ function init() {
|
||||
Object.assign(wrapper.style, {
|
||||
display: 'none',
|
||||
position: 'fixed',
|
||||
color: '#000',
|
||||
top: '0',
|
||||
left: '0',
|
||||
width: '100vw',
|
||||
@@ -39,5 +40,5 @@ async function check() {
|
||||
}
|
||||
|
||||
init()
|
||||
setInterval(check, 5000)
|
||||
setInterval(check, 2000)
|
||||
check()
|
||||
|
Reference in New Issue
Block a user