1
0
Fork 0

feat: add red color for low battery

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2022-10-14 23:54:32 -04:00
parent 7f2c008e7c
commit 42c5f1332e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 12 additions and 1 deletions

View file

@ -75,6 +75,11 @@ scale trough {
margin-top: 3px;
}
.power__text_low {
margin-top: 3px;
color: #ff3333;
}
.brightness__label {
margin-top: 1px;
}