From 506cafe74f087d3f19b36c92a96a9bbc199b705b Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 3 Apr 2024 15:25:48 +0200
Subject: [PATCH] transparent bg for disti taxo article

---
 components/content/ArticleSystemDistributionPlot.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index 767c5160..6bf20a3b 100644
--- a/components/content/ArticleSystemDistributionPlot.vue
+++ b/components/content/ArticleSystemDistributionPlot.vue
@@ -146,7 +146,7 @@ async function fetchRefSeqTaxo() {
 
 </script>
 <template>
-    <v-card flat>
+    <v-card flat color="transparent">
         <v-card-text>
             Among the {{ d3.format(",")(systemStatistics.totalGenome) }} complete genomes of RefSeq, the {{ page.title
             }} is
-- 
GitLab