Userstyle to highlight OP in comments?

Hi all, is there a userstyle that highlights the OP in the comments? Whether it's a little tag that says OP or their name is just highlighted somehow? I haven't seen anything but I could've missed it.

4 points · 6 comments · view on lemmy.world

6 Comments

marcf@kbin.social · 5 pts · 3y
shazbot@kbin.social · 2 pts · 3y

I have this logic in my theme, if you just want the code snippet, I will post it below

    .own.author > header > .user-inline::after{
        content:" OP ";
        color: white;
        background-color:#111;
        margin-left: 3px
    }

cultsuperstar@kbin.social · 1 pts · 3y

Thanks all!

cutitdown@kbin.social · 1 pts · 3y (2 replies)

By default, there is a dashed line on the left edge of comments that indicates this, as far as I'm aware.

tangelo@kbin.social · 2 pts · 3y (1 reply)

Was wondering what the hell that was for

cutitdown@kbin.social · 1 pts · 3y

Haha, for sure. I mostly learned as I'm working on CSS styling for a magazine I started. There's dashed borders for both OP in comments and for your own comments.