diff --git a/styles/less/ui/chat/sheet.less b/styles/less/ui/chat/sheet.less index 1c57bb13..da66c12f 100644 --- a/styles/less/ui/chat/sheet.less +++ b/styles/less/ui/chat/sheet.less @@ -93,6 +93,24 @@ white-space: nowrap; } } + + .dice-roll .dice-formula, + .dice-roll .dice-total { + box-shadow: none; + border: none; + background: light-dark(@dark-blue-40, @golden-40); + color: light-dark(@dark-blue, @golden); + font-weight: 600; + align-content: center; + } + + .dice-roll .dice-formula { + height: 27px; + } + + .dice-roll .dice-total { + height: 34px; + } } }