treyb Just added this to my production website,
This is fricken amazing doo thank you π
Really nice css trick!
"Jazz it up" by adding Font Awesome (result):
/* OP Label */
article.CommentPost.Post.Post--by-start-user .Post-header h3:after {
content: "\f521 OP";
background: none;
border-radius: 4px;
padding: 5px;
color: #fff;
margin-left: 10px;
background-color: var(--button-primary-bg);
font-family: "Font Awesome 5 Free", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
}
article.CommentPost.Post.Post--by-start-user .Post-header:hover h3:after {
content: "\f521 Original Poster";
}
/* OP Label END*/