Basic dice roll support

This commit is contained in:
2024-12-17 15:47:36 +01:00
parent 2c29acd56c
commit 4d3c15a2a8
14 changed files with 173 additions and 67 deletions

View File

@@ -62,6 +62,8 @@
.protagonist-name {
display: flex;
input {
font-family: var(--font-title);
font-size: calc(var(--font-size-standard) * 1.4);
width: 400px;
}
}