mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
Fixed chat
This commit is contained in:
parent
fe4654b1fa
commit
2496440301
2 changed files with 48 additions and 48 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.duality .fate) {
|
&:not(.duality):not(.fate) {
|
||||||
.font-20 {
|
.font-20 {
|
||||||
color: @dark;
|
color: @dark;
|
||||||
}
|
}
|
||||||
|
|
@ -176,7 +176,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.fate {
|
&.fate {
|
||||||
|
|
||||||
&.hope {
|
&.hope {
|
||||||
--text-color: @golden;
|
--text-color: @golden;
|
||||||
--bg-color: @golden-40;
|
--bg-color: @golden-40;
|
||||||
|
|
@ -194,7 +193,6 @@
|
||||||
background-color: @chat-blue-bg;
|
background-color: @chat-blue-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.duality {
|
&.duality {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
.daggerheart.chat-sidebar.theme-light,
|
.daggerheart.chat-sidebar.theme-light,
|
||||||
#interface.theme-light {
|
#interface.theme-light {
|
||||||
.chat-message:not(.duality) .message-content {
|
.chat-message:not(.duality):not(.fate) {
|
||||||
|
.message-content {
|
||||||
color: @dark;
|
color: @dark;
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
@ -67,6 +68,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.chat-message.dh-chat-message {
|
.chat-message.dh-chat-message {
|
||||||
.message-content {
|
.message-content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue