diff --git a/styles/less/dialog/dice-roll/roll-selection.less b/styles/less/dialog/dice-roll/roll-selection.less index 14bccf3d..55db8bb7 100644 --- a/styles/less/dialog/dice-roll/roll-selection.less +++ b/styles/less/dialog/dice-roll/roll-selection.less @@ -1,6 +1,13 @@ @import '../../utils/colors.less'; @import '../../utils/fonts.less'; +.theme-light .application.daggerheart.dialog.dh-style.views.roll-selection { + .roll-dialog-container .dices-section .dice-option .dice-icon.normal { + filter: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(0%) hue-rotate(10deg) brightness(98%) + contrast(100%); + } +} + .application.daggerheart.dialog.dh-style.views.roll-selection { .roll-dialog-container { display: flex; @@ -24,6 +31,7 @@ height: 70px; object-fit: contain; } + .dice-select { display: flex; align-items: center; diff --git a/templates/dialogs/dice-roll/rollSelection.hbs b/templates/dialogs/dice-roll/rollSelection.hbs index 11fce27a..0d2f3f48 100644 --- a/templates/dialogs/dice-roll/rollSelection.hbs +++ b/templates/dialogs/dice-roll/rollSelection.hbs @@ -5,7 +5,7 @@
{{#if (eq @root.rollType 'D20Roll')}}
- +