Set color "background" and "text" for "tr.alarm" from variables (frames.css)

This commit is contained in:
IgorA100
2024-05-18 15:22:39 +03:00
committed by GitHub
parent 10cef857af
commit d257447fdd

View File

@@ -3,7 +3,8 @@
}
tr.alarm {
background-color: #fa8072;
background-color: var(--alarmBG);
color: var(--alarmText);
}
tr.bulk {