Regenerate css

This commit is contained in:
professorbunbury 2021-02-05 13:02:03 +00:00
parent bbbf765e99
commit bec1a93446
2 changed files with 23 additions and 22 deletions

View file

@ -234,14 +234,15 @@ body.dark-theme .dice-roll .dice-total.fumble {
box-shadow: 0 0 12px rgba(232, 17, 17, 0.5);
}
body.dark-theme #chat-controls .roll-type-select {
background: #4f4f4f;
color: #FFFFFF;
background: #a9a9a9;
color: #1C1C1C;
}
body.dark-theme #chat-controls label {
color: white;
}
body.dark-theme #chat-form textarea {
background: #4f4f4f;
background: #a9a9a9;
color: #1C1C1C;
}
body.dark-theme #combat #combat-round {
color: #E81111;