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

View file

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

View file

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

View file

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

View file

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