This commit is contained in:
Chris Ryan 2026-01-10 10:28:46 +10:00 committed by GitHub
commit 54b0cda45a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 647 additions and 155 deletions

View file

@ -1,5 +1,6 @@
.measured-template-button,
.enriched-damage-button,
.fate-roll-button,
.duality-roll-button {
display: inline;

View file

@ -14,6 +14,7 @@
color: @dark;
}
&.fate,
&.duality {
background-image: url(../assets/parchments/dh-parchment-dark.png);
@ -66,6 +67,7 @@
}
}
&.fate,
&.critical {
--text-color: @chat-purple;
--bg-color: @chat-purple-40;
@ -80,7 +82,7 @@
}
}
&:not(.duality) {
&:not(.duality .fate) {
.font-20 {
color: @dark;
}
@ -173,6 +175,28 @@
}
}
&.fate {
&.hope {
--text-color: @golden;
--bg-color: @golden-40;
.message-header,
.message-content {
background-color: @golden-bg;
}
}
&.fear {
--text-color: @chat-blue;
--bg-color: @chat-blue-40;
.message-header,
.message-content {
background-color: @chat-blue-bg;
}
}
}
&.duality {
&.hope {
--text-color: @golden;