Message sur D20 impair dans le tchat et corrections diverses
All checks were successful
Release Creation / build (release) Successful in 44s

This commit is contained in:
2026-03-10 22:00:52 +01:00
parent 6cedcea74c
commit d4c8a20d53
43 changed files with 54 additions and 16 deletions

View File

@@ -3160,6 +3160,23 @@ li {
font-weight: bold;
line-height: 1.2;
}
.wasteland-chat-result .result-main .result-display .dice-result .dice-value.d20-impair,
.wasteland-chat-result .result-main .result-display .total-result .dice-value.d20-impair,
.wasteland-chat-result .result-main .result-display .difficulty .dice-value.d20-impair {
text-decoration: line-through;
color: #c46b4e;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.wasteland-chat-result .result-main .result-display .dice-result .dice-odd-label,
.wasteland-chat-result .result-main .result-display .total-result .dice-odd-label,
.wasteland-chat-result .result-main .result-display .difficulty .dice-odd-label {
font-size: 0.7rem;
color: #c46b4e;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
line-height: 1.1;
}
.wasteland-chat-result .result-main .result-display .dice-result .total-label,
.wasteland-chat-result .result-main .result-display .total-result .total-label,
.wasteland-chat-result .result-main .result-display .difficulty .total-label,