From caf9c6206d65df4442e420760a54fa806819fc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20Dvo=C5=99=C3=A1k?= Date: Thu, 18 Jan 2024 13:13:46 +0100 Subject: [PATCH] Blinking css for event --- src/Ease/Logger/Regent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ease/Logger/Regent.php b/src/Ease/Logger/Regent.php index 7f2b074..933efd7 100644 --- a/src/Ease/Logger/Regent.php +++ b/src/Ease/Logger/Regent.php @@ -49,7 +49,7 @@ class Regent extends \Ease\Atom implements Loggingable 'error' => 'color: red;', 'debug' => 'font-style: italic;', 'report' => 'font-wight: bold;', - 'event' => 'color: #996600;', + 'event' => 'color: #996600; animation: animate 1.5s linear infinite; ', 'info' => 'color: blue;', ];