From 1f0de656f7d49957f4e621f0def6be4785c4ae9f Mon Sep 17 00:00:00 2001 From: Schplee Date: Sun, 4 Jun 2017 20:34:09 -0700 Subject: [PATCH] changed "won't boot" to a dark gray --- site/data/compatibility.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/data/compatibility.json b/site/data/compatibility.json index c75ebbb..45ad2d4 100644 --- a/site/data/compatibility.json +++ b/site/data/compatibility.json @@ -4,5 +4,5 @@ "2": { "name": "Okay", "color": "#94b242", "description": "Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds." }, "3": { "name": "Bad", "color": "#f2d624", "description": "Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds." }, "4": { "name": "Intro/Menu", "color": "red", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." }, - "5": { "name": "Won't Boot", "color": "red", "description": "The game crashes when attempting to startup." } + "5": { "name": "Won't Boot", "color": "#828282", "description": "The game crashes when attempting to startup." } }