Organize public directory contents into assets folders

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 49d77d249d
commit 17e28ba214
45 changed files with 20 additions and 123 deletions

View File

@@ -0,0 +1,18 @@
.damage-effect-indicator.bruise {
background-color: orange;
}
.damage-effect-indicator.lethal {
background-color: red;
}
.damage-effect-indicator {
width: 20px;
height: 30px;
margin: 0 auto;
padding: 0;
border: 1px solid black;
display: block;
user-select: none;
font-family: monospace;
}