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

From FHX Wiki
(Created page with ".template_itemTooltip { padding: 8px; }")
 
No edit summary
Line 1: Line 1:
.template_itemTooltip {
.template_itemTooltip {
   padding: 8px;
   padding: 8px;
  color: white;
  background-color: black;
}
}

Revision as of 12:50, 9 June 2024

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