From b0dfb93a2ae05962613e05c62a357cc1410edc69 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 24 Feb 2020 21:09:45 +0000 Subject: [PATCH] Changed BOLO flash speed --- nui/radar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nui/radar.css b/nui/radar.css index 07c44d3..519f6da 100644 --- a/nui/radar.css +++ b/nui/radar.css @@ -720,7 +720,7 @@ button:focus { outline: none; } } .plate_hit { - animation: plate_flash linear 0.75s infinite; + animation: plate_flash linear 0.6s infinite; } @keyframes plate_flash {