System Shock Wiki
System Shock Wiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
 
.no-decoration a:hover {
 
.no-decoration a:hover {
 
text-decoration: none;
 
text-decoration: none;
  +
}
  +
  +
/* infobox */
  +
/* fix for header in infobox, will need to be changed if updated to portable */
  +
.theme-fandomdesktop-light .infobox-header {
  +
color: white;
 
}
 
}

Revision as of 03:48, 1 September 2021

#mixed-content-footer {
    display: none;
}

.no-decoration a:hover {
	text-decoration: none;
}

/* infobox */
/* fix for header in infobox, will need to be changed if updated to portable */
.theme-fandomdesktop-light .infobox-header {
  color: white;
}