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

@ -717,3 +717,7 @@ sup {
color: #CCC; color: #CCC;
font-family: 'Lobster'; font-family: 'Lobster';
} }
.color-green {
color:#35c435;
}

View File

@ -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)
} }
} }
}) })