Skip to content
Snippets Groups Projects
Commit d2454804 authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

:lipstick: fix color link in presentation project

parent 9103c2b1
Branches
No related tags found
No related merge requests found
Pipeline #59438 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="q-pt-xl"> <div class="q-pt-xl">
<TitleComposant label="Présentation" class="q-mt-xl" /> <TitleComposant label="Présentation" class="q-mt-xl" />
<div class="text-h6 flex q-ml-xl q-pb-xl q-pt-md" style="font-weight: normal; gap: 8px"> <div class="text-h6 flex q-ml-xl q-pb-xl q-pt-md" style="font-weight: normal; gap: 8px">
<div v-html="desc"/> <div class="secondary-full" v-html="desc"/>
</div> </div>
</div> </div>
</template> </template>
...@@ -16,5 +16,8 @@ defineProps({ ...@@ -16,5 +16,8 @@ defineProps({
</script> </script>
<style scoped> <style scoped>
.secondary-full * {
color: #222222 !important;
font-weight: bold;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment