On a self post, your username box is a lighter grey color than the posts of others. How can I isolate that CSS and change it into a different color with a userscript, so that I can more easily see when I reach my own post as I scroll-down a thread's page?
Code:
.message-inner > .message-cell--user.message-cell { background-color: green !important;}
doesn't work, for example.
Code:
.message-inner > .message-cell--user.message-cell { background-color: green !important;}
doesn't work, for example.