Color changes

This commit is contained in:
Félix Aime 2021-02-19 14:38:16 +01:00
parent 8890ed1b26
commit dc37b6a2da
2 changed files with 5 additions and 2 deletions

View File

@ -716,4 +716,8 @@ sup {
left: -0.2em;
color: #CCC;
font-family: 'Lobster';
}
.color-green {
color:#35c435;
}

View File

@ -33,8 +33,7 @@
window.current_version = response.data.current_version
this.update_finished = true
clearInterval(this.check_interval);
setTimeout(function () { window.location.href = "/"; }, 10000)
setTimeout(function () { window.location.href = "/"; }, 10000)
}
}
})