fix: lisibilité des textes - blancs/gris illisibles passés en sombre
Release Creation / build (release) Failing after 1m23s
Release Creation / build (release) Failing after 1m23s
- Textes blancs sur fond clair (fiches, dialogues, cartes de chat) → couleurs sombres - dialogs.less : conteneur roll-dialog-content + labels, options, boutons, valeurs - actor.less : inputs/select/textarea des fiches + badges Adaptation/Mutation - community.less : info taille, hint, valeur de jauge, niveau de moral - vehicle.less : unités ; npc.less : bouton de jet ; items.less : select - Textes gris des dialogues core Foundry (FilePicker, compendiums, tables, journaux) → noirs : suppression des overrides gris theme-dark, texte sombre sur .window-content, sidebar sombre conservée en texte clair, messages de tchat en sombre - CSS : moins/actor/totem.less (ligne influence + bouton en sombre)
This commit is contained in:
+24
-24
@@ -148,7 +148,7 @@ iframe {
|
||||
padding: 10px;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
color: @color-text-light-0;
|
||||
color: @theme-color-dark;
|
||||
|
||||
.dice-pool {
|
||||
flex: 1;
|
||||
@@ -201,7 +201,7 @@ iframe {
|
||||
.ability-score {
|
||||
gap: 4px;
|
||||
font-size: @font-size-12;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-secondary;
|
||||
opacity: 0.85;
|
||||
|
||||
#abilityScoreValue {
|
||||
@@ -290,11 +290,11 @@ iframe {
|
||||
font-size: @font-size-12;
|
||||
font-family: "Roboto", sans-serif;
|
||||
text-transform: none;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: @color-text-light-highlight;
|
||||
color: @color-acid-green;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -317,7 +317,7 @@ iframe {
|
||||
|
||||
> label.label {
|
||||
font-size: @font-size-11;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-secondary;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -331,7 +331,7 @@ iframe {
|
||||
font-size: @font-size-12;
|
||||
font-family: "Roboto", sans-serif;
|
||||
text-transform: none;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
}
|
||||
|
||||
.item-list {
|
||||
@@ -343,11 +343,11 @@ iframe {
|
||||
font-size: @font-size-11;
|
||||
font-family: "Roboto", sans-serif;
|
||||
text-transform: none;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: @color-text-light-highlight;
|
||||
color: @color-acid-green;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -374,14 +374,14 @@ iframe {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
font-size: @font-size-12;
|
||||
font-family: "Roboto", sans-serif;
|
||||
text-transform: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: @color-text-light-highlight;
|
||||
color: @color-acid-green;
|
||||
}
|
||||
|
||||
small {
|
||||
@@ -392,8 +392,8 @@ iframe {
|
||||
.totem-hint {
|
||||
width: 100%;
|
||||
font-size: @font-size-11;
|
||||
color: @color-text-light-0;
|
||||
opacity: 0.6;
|
||||
color: @color-text-dark-secondary;
|
||||
opacity: 0.8;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
@@ -448,7 +448,7 @@ iframe {
|
||||
.weapon-detail {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: @font-size-11;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
|
||||
strong { text-transform: uppercase; }
|
||||
}
|
||||
@@ -466,7 +466,7 @@ iframe {
|
||||
font-family: "Roboto", sans-serif;
|
||||
text-transform: none;
|
||||
font-size: @font-size-12;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
cursor: pointer;
|
||||
|
||||
input[type="radio"] { flex: none; }
|
||||
@@ -494,7 +494,7 @@ iframe {
|
||||
padding: 2px 8px;
|
||||
font-size: @font-size-11;
|
||||
font-family: "Roboto", sans-serif;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-header;
|
||||
background: fade(@color-hemolymph, 20%);
|
||||
border: 1px solid fade(@color-hemolymph, 50%);
|
||||
border-radius: 3px;
|
||||
@@ -550,12 +550,12 @@ iframe {
|
||||
font-family: "Roboto", sans-serif;
|
||||
text-transform: none;
|
||||
font-size: @font-size-12;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
cursor: pointer;
|
||||
|
||||
input[type="radio"] { flex: none; }
|
||||
|
||||
&:hover { color: @color-text-light-highlight; }
|
||||
&:hover { color: @color-acid-green; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -571,8 +571,8 @@ iframe {
|
||||
margin: 0;
|
||||
font-size: @font-size-11;
|
||||
font-style: italic;
|
||||
color: @color-text-light-0;
|
||||
opacity: 0.75;
|
||||
color: @color-text-dark-secondary;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -600,7 +600,7 @@ iframe {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: @font-size-13;
|
||||
font-weight: 700;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -613,7 +613,7 @@ iframe {
|
||||
|
||||
.experience-group {
|
||||
font-size: @font-size-11;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-secondary;
|
||||
opacity: 0.8;
|
||||
|
||||
#exp-group {
|
||||
@@ -628,7 +628,7 @@ iframe {
|
||||
font-size: @font-size-11;
|
||||
padding: 3px 12px;
|
||||
cursor: pointer;
|
||||
color: @color-text-light-0;
|
||||
color: @theme-color-dark;
|
||||
background: fade(@color-acid-green, 15%);
|
||||
border: 1px solid @color-acid-green;
|
||||
border-radius: 3px;
|
||||
@@ -779,7 +779,7 @@ iframe {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: @font-size-14;
|
||||
font-weight: 700;
|
||||
color: @color-text-light-0;
|
||||
color: @color-text-dark-header;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -798,7 +798,7 @@ iframe {
|
||||
font-size: @font-size-12;
|
||||
padding: 6px 10px;
|
||||
cursor: pointer;
|
||||
color: @color-text-light-0;
|
||||
color: @theme-color-dark;
|
||||
background: fade(@color-hemolymph, 15%);
|
||||
border: 1px solid @color-hemolymph;
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user