Color changes
This commit is contained in:
parent
8890ed1b26
commit
dc37b6a2da
@ -717,3 +717,7 @@ sup {
|
|||||||
color: #CCC;
|
color: #CCC;
|
||||||
font-family: 'Lobster';
|
font-family: 'Lobster';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color-green {
|
||||||
|
color:#35c435;
|
||||||
|
}
|
@ -34,7 +34,6 @@
|
|||||||
this.update_finished = true
|
this.update_finished = true
|
||||||
clearInterval(this.check_interval);
|
clearInterval(this.check_interval);
|
||||||
setTimeout(function () { window.location.href = "/"; }, 10000)
|
setTimeout(function () { window.location.href = "/"; }, 10000)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user