Template:Tabs/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(adding selectors to prevent effects on article body)
imported>Hb1290
(adding selectors to prevent effects on article body)
(No difference)

Revision as of 11:26, 22 January 2023

/*Define visual behavior for tab links*/
td>a{ 
  color: #ffffff; 
}

td>a:visited  {
  color:#ffffff !important
}

td>a:hover{
  color:inherit;
}

.selflink {
	color:black
}
	

.selflink:hover {
	color:black
}