Add sensor fault simulation and health display
This commit is contained in:
@@ -292,3 +292,19 @@ nav button {
|
||||
font-size: 1rem;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
.sensor-fault {
|
||||
border-color: #b00020;
|
||||
background: #2a1010;
|
||||
}
|
||||
|
||||
.sensor-fault p {
|
||||
font-size: 1.5rem;
|
||||
color: #ffdddd;
|
||||
}
|
||||
|
||||
.sensor-fault small {
|
||||
color: #ffaaaa;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user