Increase redness of alarm cues and make progress indicator yellow

pull/3659/head
Isaac Connor 2023-01-31 11:37:25 -05:00
parent 9f75de73c8
commit 843805f852
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#alarmCues span.alarmCue {
background-color:red;
z-index: 9;
opacity: 0.33;
opacity: 0.66;
border-left: none;
}
@ -194,6 +194,7 @@ height: 100%;
position: absolute;
top: 0;
background: rgba(170, 170, 170, .7);
background: yellow;
/*
border-radius: 0 0 .3em .3em;
*/