Template:Tabs/styles.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
/*White text for off-tab link*/
/*Define visual behavior for tab links*/
a{
#content a:not(.new):visited, #siteNotice a:not(.new):visited {
color: #ffffff !important;
color: inherit;
}

a:visited{
color:inherit;
}

a:hover{
color:inherit;
}

.selflink {
color:black
}

.selflink:hover {
color:black
}
}

Revision as of 09:40, 22 January 2023

/*Define visual behavior for tab links*/
a{ 
  color: inherit; 
}

a:visited{
  color:inherit;
}

a:hover{
  color:inherit;
}

.selflink {
	color:black
}
	

.selflink:hover {
	color:black
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.