Added basic text fields to character sheet

This commit is contained in:
Thaum
2014-11-11 08:53:33 +00:00
parent 285cae2090
commit acf05ecd78
6 changed files with 36 additions and 11 deletions

View File

@@ -5,4 +5,9 @@ root {
body {
font-family: sans-serif;
background: #201500;
}
.calculatedValue {
color: #021C33;
font-weight: bold;
}