summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/mods.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/mods.css b/src/SMAPI.Web/wwwroot/Content/css/mods.css
index fee01450..3b7a17ce 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/mods.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/mods.css
@@ -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;
}