Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
🎨 Texte en blanc sur DevHelpBanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhj93 committed Jun 16, 2023
1 parent 19ab037 commit e80d651
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/views/settings/LogView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ Contient **${this.logs.length}** logs
<IonItem color="primary" id="DevHelpBanner">
<span class="material-symbols-outlined mdls" slot="start">live_help</span>
<IonLabel class="ion-text-wrap">
<h2>Aidez les développeurs !</h2>
<p>Partagez vos logs sur le <a href="https://discord.gg/9bS5C9Fnvj">Discord</a> ou sur le <a href="https://github.com/PapillonApp/Papillon">GitHub</a> en cas de problème.</p>
</IonLabel>
<h2>Aidez les développeurs !</h2>
<p>Partagez vos logs sur le <a href="https://discord.gg/9bS5C9Fnvj">Discord</a> ou sur le <a href="https://github.com/PapillonApp/Papillon">GitHub</a> en cas de problème.</p>
</IonLabel>
</IonItem>
</IonList>
<div class="NoCours" v-if="logs.length == 0 && !searching">
Expand Down Expand Up @@ -344,7 +344,15 @@ Contient **${this.logs.length}** logs
font-weight: 500;
}
#DevHelpBanner .ion-text-wrap {
color: #fff;
}
#DevHelpBanner a {
color: #fff;
}
#DevHelpBanner span {
color: #fff;
}
</style>

0 comments on commit e80d651

Please sign in to comment.