MediaWiki:Common.css/src/extension/CategoryTree.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.

/********* Extension:CategoryTree *********/

/* overwriting styles from here:
 * https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/CategoryTree/+/refs/heads/master/modules/ext.categoryTree.styles.css */

/* Use theme-dependent colors for the "expand"/"collapse" arrows */

.CategoryTreeEmptyBullet {
	color: var(--theme-text-color-note);
}

.CategoryTreeToggle {
	color: var(--theme-link-color);
}