Added Character Sheet and evolved Dice roller

This commit is contained in:
Alexander Harding
2026-07-31 22:31:43 -04:00
parent 1f53b0767f
commit 0ac0b88f8c
12 changed files with 1225 additions and 70 deletions
+9
View File
@@ -14,6 +14,15 @@
box-sizing: border-box;
}
button:not(:disabled) {
cursor: pointer;
}
html {
overflow-y: scroll;
scrollbar-gutter: stable;
}
html,
body {
margin: 0;