diff --git a/src/components/code/CareerTimeline.astro b/src/components/code/CareerTimeline.astro
index 77bdd39..70b965b 100644
--- a/src/components/code/CareerTimeline.astro
+++ b/src/components/code/CareerTimeline.astro
@@ -113,11 +113,11 @@ const logoAltPrefix = t('career', 'logoAlt', locale);
{label}
-
+
{start} — {end}
- · {duration}
- {exp.data.location && · {exp.data.location}}
+ · {duration}
+ {exp.data.location && · {exp.data.location}}
{exp.data.role}
diff --git a/src/content/experiences/araymond.ar.md b/src/content/experiences/araymond.ar.md
index 5e75861..575a08e 100644
--- a/src/content/experiences/araymond.ar.md
+++ b/src/content/experiences/araymond.ar.md
@@ -1,6 +1,6 @@
---
role: "مهندس معماري للواجهات"
-location: "غرونوبل"
+location: "عن بُعد / غرونوبل"
lang: "ar"
---
diff --git a/src/content/experiences/araymond.md b/src/content/experiences/araymond.md
index 4a0fcb7..00e488a 100644
--- a/src/content/experiences/araymond.md
+++ b/src/content/experiences/araymond.md
@@ -3,7 +3,7 @@ role: "Architecte frontend"
company: "ARaymond"
companyUrl: "https://www.araymond.com/"
logo: "araymond.png"
-location: "Grenoble"
+location: "Remote / Grenoble"
startDate: "2022-07"
endDate: "2023-07"
technologies: ["TypeScript", "React.js", "Redux", "Nx", "Vite"]
diff --git a/src/styles/exp-card.css b/src/styles/exp-card.css
index e93cefd..2162532 100644
--- a/src/styles/exp-card.css
+++ b/src/styles/exp-card.css
@@ -53,7 +53,7 @@
.exp-card .exp-content a:hover { color: #581c87; }
.dark .exp-card h3 { color: white; }
-.dark .exp-card .exp-meta { color: rgba(255, 255, 255, 0.3); }
+.dark .exp-card .exp-meta { color: rgba(255, 255, 255, 0.8); }
.dark .exp-card .exp-company { color: #d4b5ff; }
.dark .exp-card .exp-company a { color: #d4b5ff; }
.dark .exp-card .exp-company a:hover { color: white; }