Skip to content

Commit

Permalink
Blinking css for event
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Jan 18, 2024
1 parent bfc968a commit caf9c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ease/Logger/Regent.php
Expand Up @@ -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;',
];

Expand Down

0 comments on commit caf9c62

Please sign in to comment.