martindampier_draw-steel-re.../styles.css
2025-03-06 12:49:16 -06:00

17 lines
No EOL
204 B
CSS

.Acted{
background-color: var(--color-red);
}
.Centered{
margin-right: auto;
margin-left: auto;
text-align: center;
}
.Base{
}
.Dead{
background-color: gray;
}