HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
vanillaforums.org minor CSS bug
FYI, on these forums, the "mine" color for discussions you post is being overridden by the alternating discussion color, so the special mine color only shows up every other item.
i.e. It looks like this...
i.e. It looks like this...
.DataList .Alt {...is overwriting this...
background-color: #FAFAFA;
}
.Mine {Just gets a little confusing and makes the mine color less useful. :O
background: #FDFAEF;
}
0