tone down background colors (#597)

This commit is contained in:
Jesse Plamondon-Willard 2018-10-20 17:35:51 -04:00
parent 39bacfa868
commit b8c6747e89
1 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ table.wikitable > caption {
#mod-list tr[data-status="Ok"],
#mod-list tr[data-status="Optional"] {
background: #9F9;
background: #BFB;
}
#mod-list tr[data-status="Workaround"],
@ -73,12 +73,12 @@ table.wikitable > caption {
}
#mod-list tr[data-status="Broken"] {
background: #F99;
background: #FBB;
}
#mod-list tr[data-status="Obsolete"],
#mod-list tr[data-status="Abandoned"] {
background: #999;
background: #BBB;
opacity: 0.7;
}