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
+6 -6
View File
@@ -398,7 +398,7 @@
}
&.items-title-bg {
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.55);
border-color: rgba(139, 69, 19, 0.5);
font-weight: 600;
margin-bottom: 0.3rem;
@@ -866,14 +866,14 @@
}
&.items-title-bg {
background: rgba(20, 10, 0, 0.45);
background: rgba(20, 10, 0, 0.65);
border: 1px solid rgba(139, 69, 19, 0.55);
border-radius: 3px 3px 0 0;
padding: 0.2rem 0.4rem;
margin-bottom: 0;
&:hover {
background: rgba(20, 10, 0, 0.5);
background: rgba(20, 10, 0, 0.7);
}
h3 {
@@ -990,7 +990,7 @@
.predilection-text {
font-size: 0.67rem;
font-style: italic;
color: #9a7a50 !important;
color: #6a4a20 !important;
text-shadow: none;
line-height: 1.2;
overflow: hidden;
@@ -1001,7 +1001,7 @@
// Defence value label
label.arme-defensif.defense-sheet {
color: #6090c0 !important;
color: #305080 !important;
font-weight: 600;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@@ -1011,7 +1011,7 @@
font-family: "CentaurMT", "Palatino Linotype", serif;
font-size: 0.9rem;
font-weight: 700;
color: #c0a060 !important;
color: #8a6a30 !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
letter-spacing: 0.3px;
}