COrrections, WIP

This commit is contained in:
2026-04-24 22:04:09 +02:00
parent d75b6cb945
commit e200b5f7b0
126 changed files with 768 additions and 5805 deletions

View File

@@ -20,6 +20,17 @@
line-height: 1rem;
color: $l5r5e-bold;
align-content: center;
.item-quantity {
display: inline-block;
font-size: 0.8rem;
font-weight: bold;
color: $l5r5e-bold;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
padding: 0 4px;
margin-left: 4px;
vertical-align: middle;
}
}
.removed {
text-decoration-line: line-through;