MediaWiki:Gadget-tgcLinks.css

From Terraria Mods Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.theme-Overworld .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #8dc1e6;
}
.theme-Underground .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #7c9eec;
}
.theme-Snow .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #3032a2;
}
.theme-Jungle .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #bbdb72;
}
.theme-Hallowed .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #8dc1e6;
}
.theme-Crimson .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #fff9a5;
}
.theme-Corruption .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #8ab9f5;
}
.theme-Hydra .mw-parser-output a.extiw.tgclink:not(:hover) {
	color: #086669;
}