mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Softened the duality background colors
This commit is contained in:
parent
5a3b6bba49
commit
0453198984
2 changed files with 9 additions and 9 deletions
|
|
@ -1561,13 +1561,13 @@
|
|||
font-size: 17px;
|
||||
}
|
||||
.chat-message.duality.hope {
|
||||
background: linear-gradient(0, brown 40px, black);
|
||||
background: linear-gradient(0, rgba(165, 42, 42, 0.6) 40px, rgba(0, 0, 0, 0.6));
|
||||
}
|
||||
.chat-message.duality.fear {
|
||||
background: linear-gradient(0, blue, #0f0f61);
|
||||
background: linear-gradient(0, rgba(0, 0, 255, 0.6), rgba(15, 15, 97, 0.6));
|
||||
}
|
||||
.chat-message.duality.critical {
|
||||
background: linear-gradient(0, purple, #250825);
|
||||
background: linear-gradient(0, rgba(128, 0, 128, 0.6), rgba(37, 8, 37, 0.6));
|
||||
}
|
||||
.chat-message.duality .dice-roll {
|
||||
color: var(--color-dark-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue