Template:Item tooltip/styles.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
Line 6: Line 6:
}
}


.template_itemTooltip .itemBonuses {
.template_itemTooltip .bonuses {
   color: #0F0;
   color: #0F0;
}
}

Revision as of 12:52, 9 June 2024

.template_itemTooltip {
  padding: 8px;
  color: white;
  background-color: black;
  
}

.template_itemTooltip .bonuses {
  color: #0F0;
}