mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Tweak the colors for failed runs
This commit is contained in:
parent
cd4c9b964f
commit
adc0836e72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121002
@ -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 New Issue
Block a user