mirror of
https://github.com/martindampier/draw-steel-retainer.git
synced 2026-07-22 05:44:15 +00:00
17 lines
No EOL
204 B
CSS
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;
|
|
} |