From 07a04f52f4ac34933586eef3a450e572ffc795bb Mon Sep 17 00:00:00 2001 From: Citron Date: Sun, 25 May 2025 16:05:43 +0200 Subject: [PATCH] [+] dark theme --- index.html | 2 +- src/App.vue | 73 +++++++++++++++++++++---------- src/assets/style.css | 25 +++-------- src/components/ExperienceInfo.vue | 14 ++++-- src/components/ResumePage.vue | 18 ++++---- 5 files changed, 78 insertions(+), 54 deletions(-) diff --git a/index.html b/index.html index 37485da..c0f1bf6 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ Morgane de Carpentier - + diff --git a/src/App.vue b/src/App.vue index cc1dcfb..db68613 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,12 @@