Skip to content
Snippets Groups Projects
Commit 864718b4 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

change color primary to info

parent f380c448
No related branches found
No related tags found
2 merge requests!22Resolve "footnote markdown",!20Add Rousset article of detocs
Pipeline #113605 passed
...@@ -9,6 +9,6 @@ const contributorsString = computed(() => { ...@@ -9,6 +9,6 @@ const contributorsString = computed(() => {
</script> </script>
<template> <template>
<div v-if="contributorsString" class="mt-n6 mb-6 text-subtitle-1 text-primary">Contributors: {{ contributorsString }} <div v-if="contributorsString" class="mt-n6 mb-6 text-subtitle-1 text-info">Contributors: {{ contributorsString }}
</div> </div>
</template> </template>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment