Spyke
kbinStyles·Kbin Userstyles and Userscriptsbycultsuperstar

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.

View original on kbin.social

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
    }

2
kbin.social

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

1

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.

1

You reached the end

Userstyle to highlight OP in comments? | Spyke