MediaWiki:Gadget-hero-comparison.css

From The Deadlock Wiki
Revision as of 23:17, 13 April 2026 by LVL (talk | contribs) (Created page with ".stat-num { transition: color 0.3s ease; } .stat-num.stat-changed { color: #4CAF50 !important; font-weight: bold; } #hero-controls input:focus { outline: 1px solid #666; border-color: #888; } #hero-controls button:hover { background: #555 !important; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may need to reload with your cache disabled to see your changes.

  • Windows / Linux: Press Ctrl-Shift-R
  • macOS: Press ⌘-Shift-R
.stat-num {
    transition: color 0.3s ease;
}
.stat-num.stat-changed {
    color: #4CAF50 !important;
    font-weight: bold;
}
#hero-controls input:focus {
    outline: 1px solid #666;
    border-color: #888;
}
#hero-controls button:hover {
    background: #555 !important;
}