Improved death marking styling

This commit is contained in:
WBHarry 2025-08-13 16:06:34 +02:00
parent 72466436a8
commit e2da9f8e99
5 changed files with 59 additions and 39 deletions

View file

@ -9,10 +9,14 @@
}
}
}, {
&.adversary {
&.sheet.actor.dh-style.adversary {
.adversary-sidebar-sheet {
background: transparent;
}
.portrait.death-roll .death-roll-btn {
filter: brightness(0) drop-shadow(0 0 3px @dark-blue);
}
}
});
@ -27,6 +31,26 @@
border-bottom: 1px solid light-dark(@dark-blue, @golden);
cursor: pointer;
&.death-roll {
img {
filter: grayscale(1);
}
.death-roll-btn {
display: flex;
position: absolute;
top: 30%;
right: 30%;
font-size: 6rem;
color: @beige;
filter: grayscale(1) drop-shadow(0 0 3px black);
&:hover {
text-shadow: 0 0 8px @beige;
}
}
}
img {
height: 275px;
width: 275px;
@ -37,23 +61,6 @@
.death-roll-btn {
display: none;
}
&.death-roll {
filter: grayscale(1);
.death-roll-btn {
display: flex;
position: absolute;
top: 30%;
right: 30%;
font-size: 6rem;
color: @beige;
&:hover {
text-shadow: 0 0 8px @beige;
}
}
}
}
.threshold-section {