diff --git a/v1-com-officielle/src/App.vue b/v1-com-officielle/src/App.vue
index 213dc6b..4ce165d 100644
--- a/v1-com-officielle/src/App.vue
+++ b/v1-com-officielle/src/App.vue
@@ -45,7 +45,7 @@
export default {
name : 'App',
mounted(){
- document.documentElement.setAttribute("data-theme", "light");
+ document.documentElement.setAttribute("data-theme", "light")
console.log("Vue root app is fully loaded!");
}
};
diff --git a/v1-com-officielle/src/components/TitleContent.vue b/v1-com-officielle/src/components/TitleContent.vue
index 85b50b4..4d5ad70 100644
--- a/v1-com-officielle/src/components/TitleContent.vue
+++ b/v1-com-officielle/src/components/TitleContent.vue
@@ -3,6 +3,7 @@
{{selectedMsg.like}}
-Drag shows + musique électronique, synthés vidéos
et autre performances nerds
Drag shows + musique électronique,
synthés vidéos et autre performances nerds
22 Mai
2026
-
16h00
- 01h00
@@ -70,6 +69,7 @@
.titleTextStyle{
position: absolute;
background-color: var(--back-color);
+ color: var(--main-color);
width: 85%;
height: 27px;
padding-bottom: 16.1px;
@@ -81,6 +81,9 @@
align-items: center;
z-index: 1;
}
+ .titleTextStyle p{
+ color: (--main-color);
+ }
#drag{
margin-top: -100px;
margin-left: 33px;
@@ -119,6 +122,7 @@
#subAccent{
font-family: 'lineal';
font-weight: normal;
+ margin-bottom: 4.44px;
}
#infoContainer{
@@ -193,6 +197,7 @@
padding-bottom: 16.1px;
padding-left: 33px;
font-size: 33px;
+ color: (--main-color);
}
#drag{
margin-top: -150px;