I've been messing around with the CSS to change what the Wikiabar/toolbar looks like recently, and the only problem I've had so far has been with changing the text color for certain tool links.
#WikiaBarWrapper .toolbar, #WikiaBarWrapper a:link, #PortableCSSPad-wikialoader-link {
color: Gold
}This code was able to change the color for most of the text and icons, but the text for Random, Admin, Reported, and Mass Protect remains.
I'm unable to use developer tools (inspect element) on the device I'm using, but I have been able to find CSS selectors using uBlock Origin (because selecting to block an element brings up a menu displaying said element's CSS selector) and viewing the page HTML (Ctrl+U).
I'm unable to find the selector at all for Mass Protect, due to the page source not showing anything related to it at all, and uBlock Origin being unable to select elements only displaying on hover.
Selecting the other links with uBlock Origin brings up [href] selectors, which aren't working to change the color. (I am, however, able to do other stuff with said selector, like display: none.)
I feel like there's a simple explanation passing over my head, but any help?