/* BLINKERS 
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .blinker.blink-selected, .blinker.blink-selected:hover {background-color: rgb(241, 146, 11, 60%);}
  /* .blinker.blink-created, .blinker.blink-created:hover {background-color: rgba(64, 192, 64, 0.6)} */
  .blinker.blink-created, .blinker.blink-created:hover {background-color: rgba(2, 220, 18, 0.6)}
  .blinker.blink-updated, .blinker.blink-updated:hover {background-color: rgba(64, 64, 192, 0.6)}
  .blinker.blink-deleted, .blinker.blink-deleted:hover {background-color: rgba(192, 64, 64, 0.6)}
  .blinker.blink-forbidden, .blinker.blink-forbidden:hover {background-color: rgba(158, 14, 64, 0.6);}
  .blinker.blink-error, .blinker.blink-error:hover {background-color: rgb(256, 0, 0);}