This commit is contained in:
landgreen
2020-05-10 18:40:28 -07:00
parent e2e9257e47
commit f89bb09b37
7 changed files with 108 additions and 23 deletions

View File

@@ -487,6 +487,8 @@ em {
margin-bottom: -5px;
}
.field {
background: #0cf;
}
@@ -508,6 +510,22 @@ em {
background: #0d9;
}
.reroll {
/* #f84 #f99*/
background: #f7b;
}
.dice {
font-size: 45px;
vertical-align: -5px;
float: right;
/* position: absolute;
top: 15px;
right: 15px; */
/* text-align: right; */
}
.box {
padding: 3px 8px 3px 8px;
border: 2px solid #444;