User:Skmp/global.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Contribs page `(current)` text highlight */
.mw-contributions-list > li > span.mw-uctop {
background-color: gold;
}
/* Contribs page reverted tag highlight */
.mw-tag-marker-mw-reverted {
color: deeppink;
background-color: #ff149333;
}
/* Sampi tools related */
.sampi-action-button:hover {
color: rgb(173, 6, 6) !important;
background-color: rgba(173, 6, 6, 0.1);
box-shadow: 0 0 0 1px rgba(173, 6, 6, 0.75);
}