• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "MediaWiki:Darkvector.css"

From Kancolle Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
+
.infobox-equipment { color: black !important; }
 
+
.infobox-equipment a { color: black !important; }
.infobox-equipment {
+
td.highlighted[style*='background-color: #ffff40'] { color: black !important; }
color: black;
+
td.highlighted[style*='background-color: #73ff4d'] { color: black !important; }
}
 
 
 
.infobox-equipment a {
 
color: black !important;
 
}
 
 
 
td.highlighted[style*='background-color: #ffff40'] { color: black; }
 
td.highlighted[style*='background-color: #73ff4d'] { color: black; }
 

Revision as of 12:01, 4 November 2022

.infobox-equipment { color: black !important; }
.infobox-equipment a { color: black !important; }
td.highlighted[style*='background-color: #ffff40'] { color: black !important; }
td.highlighted[style*='background-color: #73ff4d'] { color: black !important; }