Add fight options

This commit is contained in:
2022-03-10 21:05:53 +01:00
parent eacd32927c
commit 02b3dd5e0f
24 changed files with 447 additions and 227 deletions

View File

@ -617,6 +617,14 @@ a:hover {
color: darkred;
font-weight: bold;
}
h2.good {
color: darkgreen;
font-weight: bold;
}
h2.bad {
color: darkred;
font-weight: bold;
}
.message-header h2.roll {
color: darkslategrey;
font-weight: bold;
@ -935,3 +943,6 @@ body.system-bol img#logo {
width: 64px;
height: 64px;
}
.dialog-button {
max-height: 2rem;
}