Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Theme.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
ChaoticShadow (talk | contribs)
mNo edit summary
Tag: Manual revert
ChaoticShadow (talk | contribs)
mNo edit summary
Tag: Reverted
Line 2: Line 2:
color: black;
color: black;
background-color: #2FD9E3;
background-color: #2FD9E3;
}

.tabber__tab--active,
.tabber__tab--active:visited {
box-shadow: inset 0 -2px 0 0 #2FD9E3;
color: #2FD9E3;
}
}

Revision as of 05:26, 2 November 2021

.theme-primary {
	color: black;
	background-color: #2FD9E3;
}

.tabber__tab--active,
.tabber__tab--active:visited {
    box-shadow: inset 0 -2px 0 0 #2FD9E3;
    color: #2FD9E3;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.