color code recovery+sl in status bar

This commit is contained in:
Christian Herzog
2019-10-01 19:07:45 +02:00
parent f3dd6adaf3
commit 1c239e2b9f
2 changed files with 12 additions and 1 deletions

View File

@@ -316,3 +316,10 @@ span#flash-status {
color: white;
text-align: center;
}
.sl {
background-color: #053c1e;
}
.recovery {
background-color: #3c0505;
}