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

Ancestors: / src / theme / catlinks.scss

Siblings:OOUI.scsscatlinks.scssfooter.scssnavbar.scsssidebar.scss

Children: (none)

/* catlinks */
.catlinks{
	--theme-background: rgba(10, 10, 10, 0.3);
	--theme-border-color: rgba(13,4,2,0.5) rgba(255,255,255,0.1) rgba(255,255,255,0.1) rgba(13,4,2,0.5);
	@theme Snow{
		--theme-background: rgb(198, 204, 215);
	}
	@theme Legacy{
		--theme-background: var(--theme-background-accent);
		--theme-border-color: rgba(13,4,2,0.5);
	}
}