Does the same as this Add-on in extra.less with a flashing animation.
extra.less
/* Blinker NEW Animation on NEW Posts */
.node--unread .node-title:before {
content: "{{ phrase('𝓝𝓔𝓦') }}";
color: #FFF;
background: #b83b14;
display: inline-block;
font-size: 10px;
text-align: center...