finally fix issues

This commit is contained in:
moliloo 2025-08-23 21:47:32 -03:00
parent 2344278a3d
commit f9320a18f4
5 changed files with 268 additions and 274 deletions

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less';
@import '../../utils/spacing.less';
body.theme-light {
#interface.theme-light {
.daggerheart.chat.domain-card {
.domain-card-move .domain-card-header {
border-bottom: 1px solid @dark-blue;
@ -34,7 +34,6 @@ body.theme-light {
}
}
body.theme-dark {
.daggerheart.chat {
&.domain-card {
display: flex;
@ -143,4 +142,3 @@ body.theme-dark {
}
}
}
}

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less';
@import '../../utils/spacing.less';
body.theme-light {
#interface.theme-light {
.daggerheart.chat.action {
.action-move .action-section {
border-bottom: 1px solid @dark-blue;
@ -31,7 +31,6 @@ body.theme-light {
}
}
body.theme-dark {
.daggerheart.chat {
&.action {
display: flex;
@ -124,4 +123,3 @@ body.theme-dark {
}
}
}
}

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less';
@import '../../utils/spacing.less';
.theme-light {
#interface.theme-light {
.daggerheart.chat-sidebar .chat-log,
#chat-notifications .chat-log {
--text-color: @dark-blue;

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less';
@import '../../utils/spacing.less';
.theme-light {
#interface.theme-light {
.daggerheart.chat.downtime {
.downtime-moves-list .downtime-move {
&:hover {

View file

@ -1,7 +1,7 @@
@import '../../utils/colors.less';
@import '../../utils/fonts.less';
body.theme-light {
#interface.theme-light {
.chat-message:not(.duality) .message-content {
color: @dark;
@ -67,7 +67,6 @@ body.theme-light {
}
}
body.theme-dark {
.chat-message.dh-chat-message {
.message-content {
padding: 0;
@ -206,4 +205,3 @@ body.theme-dark {
margin-top: 5px;
}
}
}