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

Commit

Permalink
⚡️ Fix du contraste des liens + placement du CSS dans <style scoped>
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Jun 12, 2023
1 parent f21e45f commit d54e05f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/settings/LogView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ Contient **${this.logs.length}** logs
<ion-refresher-content></ion-refresher-content>
</ion-refresher>
<IonList inset>
<IonItem color="primary">
<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" style="color:black;">Discord</a> ou sur le <a href="https://github.com/PapillonApp/Papillon" style="color:black;">Github</a> en cas de problème.</p>
<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>
Expand Down Expand Up @@ -343,4 +343,8 @@ Contient **${this.logs.length}** logs
font-family: monospace;
font-weight: 500;
}
#DevHelpBanner a {
color: #fff;
}
</style>

0 comments on commit d54e05f

Please sign in to comment.