MediaWiki:Common.css/src/interface/mainBox/content/catlinks.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.

/********* Catlinks *********/

/* "Categories:" box at the bottom of the page */

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

.catlinks {
	border-color: var(--theme-border-color);
	border-radius: var(--theme-widget-border-radius);
	background: var(--theme-background);
	padding: 6px 12px;
	margin: var(--layout-padding-y) 0 0 0;
	li {
		border-left-color: var(--theme-border-color-accent);
	}
}