Template:Damage/styles.css

From Space Station 14 Wiki
Revision as of 06:32, 24 May 2025 by Aliser (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/*.damage {}*/

/*.damage-group {}*/
/*.damage-group .damage-label {}*/
/*.damage-group .damage-amount {}*/

/*.damage-type {}*/
/*.damage-type .damage-label {}*/
/*.damage-type .damage-amount {}*/

.damage-amount.heal {
	color: green;
}

.damage-amount.deal {
	color: red;
}