MediaWiki:Common.css/src/system/history.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* ?action=history *********/

/* History pages */

/* overwriting styles from here:
 * https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/resources/src/mediawiki.action/mediawiki.action.history.styles.less */

#pagehistory li.selected {
	background-color: transparent;
	color: inherit;
}

.updatedmarker {
	background-color: var(--oouihelper--yellow);
}