Microsoft-community/Windows-theme

Highlight mod/op comments like new/ms comments

Closed this issue · 1 comments

Highlight mod/op comments like new/ms comments
.submitter:after {
    content: "";
    position: absolute;
    top: -0.7px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    text-align: right;
    padding: .25em .5em;
    border: 3px solid #8bb9e2;
    pointer-events: none
}