enhance death roll dialog style

This commit is contained in:
moliloo 2025-07-27 23:23:07 -03:00
parent 6d7401c874
commit dc1a46eb9f
11 changed files with 120 additions and 19 deletions

View file

@ -1,5 +1,6 @@
@import '../../utils/spacing.less';
@import '../../utils/colors.less';
@import '../../utils/fonts.less';
.theme-light .daggerheart.dh-style.views.downtime {
.downtime-container .activity-container .activity-selected-marker {
@ -69,7 +70,9 @@
button {
flex: 1;
font-family: 'Montserrat', sans-serif;
height: 40px;
font-family: @font-body;
font-weight: 600;
}
}
}