Correction sur talent et monnaies
Release Creation / build (release) Successful in 9m16s

This commit is contained in:
2026-06-23 21:19:43 +02:00
parent dd0276e7e1
commit 5eeffd5e24
85 changed files with 685 additions and 245 deletions
+27
View File
@@ -312,4 +312,31 @@
border-radius: 3px;
flex: 1;
}
/* Section title headings inside sheet-box (Profil, etc.) */
.tab .sheet-box h3,
.tab .sheet-box .items-title-text {
font-family: "CentaurMT", "Palatino Linotype", serif;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #f0dfc0 !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
margin: 0.25rem 0;
padding: 0.2rem 0;
}
/* Suppress formInput label when heading already provides it */
.tab .sheet-box .form-group > label {
display: none;
}
/* ProseMirror editor in sheet-box — ensure readable background */
.tab .sheet-box .editor {
min-height: 4rem;
background: rgba(255, 250, 240, 0.9);
border: 1px solid rgba(139, 69, 19, 0.35);
border-radius: 3px;
}
}