Add specific diceTray and enhance message styles

This commit is contained in:
2026-04-17 17:32:32 +02:00
parent 81584ed5d6
commit 28fdaff2ec
32 changed files with 790 additions and 97 deletions

View File

@@ -467,7 +467,7 @@
.d30-label {
flex-grow: 1;
font-weight: bold;
color: #e0d5f0;
color: #2a1a3a;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: calc(var(--font-size-standard) * 0.9);
@@ -477,11 +477,11 @@
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1.5);
font-weight: bold;
color: #ff69b4;
background: rgba(255, 105, 180, 0.1);
color: #3d006e;
background: rgba(255, 255, 255, 0.35);
padding: 4px 12px;
border-radius: 12px;
border: 1px solid rgba(255, 105, 180, 0.3);
border: 1px solid rgba(138, 43, 226, 0.4);
}
}