forked from public/bol
Add fight options
This commit is contained in:
11
css/bol.css
11
css/bol.css
@ -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;
|
||||
}
|
Reference in New Issue
Block a user