Combat Enhancements fix

By Jacob
This commit is contained in:
CK 2021-05-25 14:41:21 -04:00 committed by GitHub
parent 7200a9e2f0
commit 078ad2584a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -493,6 +493,10 @@ input[type="reset"]:disabled {
#combat #combat-tracker li.combatant .token-name {
text-shadow: none;
}
#combat #combat-tracker li.combatant .ce-image-wrapper .token-image {
width: auto;
height: auto;
}
#combat #combat-tracker li.combatant h4 {
color: #1C1C1C;
}