Corrections diverses pour CYD2.03

This commit is contained in:
2026-05-24 16:49:25 +02:00
parent 2e14c70a02
commit adc104b757
82 changed files with 226 additions and 147 deletions
+17 -1
View File
@@ -240,7 +240,7 @@
display: inline-block;
white-space: nowrap;
font-weight: 700;
color: #464331c4;
color: #2a2515;
font-size: 0.9rem;
font-family: "CentaurMT", serif;
margin: 0;
@@ -296,4 +296,20 @@
color: #000;
}
}
/* Section headings in item sheet tabs */
.tab .item-list h3 {
font-family: "CentaurMT", "Palatino Linotype", serif;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #f0dfc0 !important;
background: rgba(20, 10, 0, 0.65);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
margin: 0.25rem 0;
padding: 0.2rem 0.4rem;
border-radius: 3px;
flex: 1;
}
}