mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Tweak the colors for failed runs
This commit is contained in:
parent
cd4c9b964f
commit
adc0836e72
1 changed files with 2 additions and 2 deletions
|
|
@ -44,12 +44,12 @@ A:active {
|
|||
|
||||
.fail {
|
||||
background-color: white;
|
||||
color: #700;
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.fail-stale {
|
||||
background-color: white;
|
||||
color: #977;
|
||||
color: #f99;
|
||||
}
|
||||
|
||||
TD, TH {
|
||||
|
|
|
|||
Loading…
Reference in a new issue