From 510ec3ab9bea4dff8e205ddd42ca3ab87b630fef Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Mon, 10 Jun 2024 07:32:02 +0200 Subject: [PATCH] Added linked to contacts --- src/routes/zhen/cv/Comps/Contact.svelte | 10 ++++++++-- src/routes/zhen/cv/Comps/OtherContact.svelte | 11 ++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/routes/zhen/cv/Comps/Contact.svelte b/src/routes/zhen/cv/Comps/Contact.svelte index a0c20eb..81d34cf 100644 --- a/src/routes/zhen/cv/Comps/Contact.svelte +++ b/src/routes/zhen/cv/Comps/Contact.svelte @@ -15,7 +15,7 @@
LinkedIn
-
Zhentao-Wei
+ Zhentao-Wei
@@ -45,7 +45,13 @@ width: 100%; border-bottom: 0.25mm solid #000000; - > div { + > a { + text-decoration: underline; + } + + > div, > a { + color: #000000; + &:first-child { width: 35%; font-size: 4mm; diff --git a/src/routes/zhen/cv/Comps/OtherContact.svelte b/src/routes/zhen/cv/Comps/OtherContact.svelte index d3551ba..c98754e 100644 --- a/src/routes/zhen/cv/Comps/OtherContact.svelte +++ b/src/routes/zhen/cv/Comps/OtherContact.svelte @@ -7,11 +7,11 @@
Itch.io
-
botalex.itch.io
+ botalex.itch.io
Github
-
@MagicBOTAlex
+ @MagicBOTAlex
@@ -41,7 +41,12 @@ width: 100%; border-bottom: 0.25mm solid #000000; - > div { + > a { + text-decoration: underline; + } + + > div, > a { + color: #000000; &:first-child { width: 35%; font-size: 4mm;