diff --git a/public/.gitignore b/public/.gitignore
index e371e8b..3ae9474 100644
--- a/public/.gitignore
+++ b/public/.gitignore
@@ -48,3 +48,8 @@ Icon
# ---------------
/site/config/.license
+
+# Content
+# ---------------
+content
+/content/*
diff --git a/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt b/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt
index 02fe167..609d5ca 100644
--- a/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt
+++ b/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt
@@ -22,6 +22,20 @@ Customcss:
background: rgba(255, 255, 255, 1);
}
+p {
+ font-family: DM Sans;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 16px;
+ text-align: start;
+ color: rgb(0, 0, 0);
+ background: rgba(113, 54, 255, 0.1);
+ margin: 0px;
+ padding: 0px;
+
+ background: blue;
+}
+
----
Uuid: xi60pjkz5bp1nlwp
\ No newline at end of file
diff --git a/src/components/StylesheetViewer.vue b/src/components/StylesheetViewer.vue
index 77102f2..0aa8932 100644
--- a/src/components/StylesheetViewer.vue
+++ b/src/components/StylesheetViewer.vue
@@ -50,12 +50,21 @@
>
+
+
+