Fixed Hope&Fear

This commit is contained in:
WBHarry 2025-08-03 03:00:47 +02:00
parent ef42f1f782
commit f36f839ad9
3 changed files with 30 additions and 9 deletions

View file

@ -467,14 +467,25 @@
> :last-child {
margin-bottom: 5px;
}
.roll-die {
position: relative;
.dice-rerolled {
position: absolute;
top: 0;
right: 0;
font-size: 10px;
z-index: 2;
filter: drop-shadow(0 0 3px black);
}
}
}
}
.roll-result-container {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
color: var(--text-color);
font-weight: 700;
font-family: 'Cinzel', sans-serif;
@ -486,6 +497,10 @@
.roll-result-desc {
font-size: var(--font-size-16);
margin-top: 2px;
span {
margin-left: 10px;
}
}
}