From 70e30a4eb331d16e139a7bda5b12b530d68287dd Mon Sep 17 00:00:00 2001 From: fikretellek Date: Mon, 16 Dec 2024 20:19:53 +0000 Subject: [PATCH] highlighted words updated to font weight only (not color) --- src/components/About/About.jsx | 13 +++++++------ src/components/About/About.scss | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/About/About.jsx b/src/components/About/About.jsx index f0ae5ea..0fdb883 100644 --- a/src/components/About/About.jsx +++ b/src/components/About/About.jsx @@ -25,13 +25,14 @@ const About = () => {

My career is driven by a commitment to{" "} - continuous learning and staying ahead in an - ever-evolving field. I specialise in developing ,{" "} - testing, and debugging{" "} + continuous learning and staying ahead in an + ever-evolving field. I specialise in developing ,{" "} + testing, and debugging{" "} high-performance web applications, combining technical expertise with creative{" "} - problem-solving to deliver{" "} - robust, user-friendly solutions. With a strong focus - on clean, efficient code and attention to detail, I strive to build applications that + problem-solving to deliver{" "} + robust, user-friendly solutions. With a strong focus on + clean, efficient code and{" "} + attention to detail, I strive to build applications that exceed expectations. My journey from a curious student to a proficient web developer highlights my dedication to growth, innovation, and excellence in software engineering. diff --git a/src/components/About/About.scss b/src/components/About/About.scss index 7b288cf..893dd48 100644 --- a/src/components/About/About.scss +++ b/src/components/About/About.scss @@ -22,8 +22,8 @@ gap: var(--gap); text-align: left; max-width: 50%; - .purple { - color: var(--color-2); + .bold { + font-weight: 800; } } }