diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 0a1f9358657..26589249d23 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -68,7 +68,7 @@ var/background = "''" switch(crimstat) if("*Execute*") - background = "'background-color:#890E26'" + background = "'background-color:#5E0A1A'" if("*Arrest*") background = "'background-color:#890E26'" if("Incarcerated")